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

Change-Id: Icc118822586d5b4ca1558bf2485898320b5c7c01
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)