packages: Fix the package build

  - edgetpu-api was renamed to just edgetpu
  - We no longer live inside of continuous-build

Change-Id: Ibdd815a9f6adb5af4d6c44e1e3f0aff28a483a71
diff --git a/kokoro/packages.sh b/kokoro/packages.sh
index 719e2fc..a6efab4 100644
--- a/kokoro/packages.sh
+++ b/kokoro/packages.sh
@@ -3,12 +3,8 @@
 set -e
 set -x
 
-# Symlink the Makefile, like it would be if repo checked this out.
-# Otherwise, sourcing setup.sh doesn't work as expected.
-ln -sfr git/continuous-build/build/Makefile git/continuous-build/Makefile
-
 # Sourcing this only works in the directory above build...
-pushd git/continuous-build
+pushd git
 source build/setup.sh
 popd
 
diff --git a/packages.mk b/packages.mk
index fb69abe..14a6349 100644
--- a/packages.mk
+++ b/packages.mk
@@ -120,7 +120,7 @@
 
 $(eval $(call make-pbuilder-package-target,mendel-minimal,packages/mendel-minimal))
 $(eval $(call make-pbuilder-package-target,base-files,packages/base-files))
-$(eval $(call make-pbuilder-package-target,edgetpu-api,packages/edgetpu-api,,,binary))
+$(eval $(call make-pbuilder-package-target,edgetpu,packages/edgetpu,,,binary))
 $(eval $(call make-pbuilder-package-target,edgetpuvision,packages/edgetpuvision))
 $(eval $(call make-pbuilder-package-target,edgetpudemo,packages/edgetpudemo))
 $(eval $(call make-pbuilder-package-target,mdt-services,packages/mdt-services))