Don't build when when building for PDK am: 0c37e31935 am: 46335d1ab9
am: 027beafe35

Change-Id: I73ec765740c689b65dd807717a235075fdb7870a
diff --git a/Android.mk b/Android.mk
index 5d11279..6a23168 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,8 @@
 # limitations under the License.
 #
 
+ifneq ($(TARGET_BUILD_PDK),true)
+
 LOCAL_PATH := $(my-dir)
 
 # Default values for the USE flags. Override these USE flags from your product
@@ -1023,3 +1025,5 @@
     simg2img
 include $(BUILD_PREBUILT)
 endif  # HOST_OS == linux
+
+endif  # ifneq ($(TARGET_BUILD_PDK),true)