Fix proguard flags.
diff --git a/apps/BluetoothDebug/Android.mk b/apps/BluetoothDebug/Android.mk
index 9a9971b..7cfff51 100644
--- a/apps/BluetoothDebug/Android.mk
+++ b/apps/BluetoothDebug/Android.mk
@@ -10,4 +10,6 @@
 LOCAL_PACKAGE_NAME := BluetoothDebug
 LOCAL_CERTIFICATE := platform
 
+LOCAL_PROGUARD_ENABLED := disabled
+
 include $(BUILD_PACKAGE)
diff --git a/apps/SdkSetup/Android.mk b/apps/SdkSetup/Android.mk
index f2face1..7a7a0c0 100644
--- a/apps/SdkSetup/Android.mk
+++ b/apps/SdkSetup/Android.mk
@@ -8,4 +8,6 @@
 LOCAL_PACKAGE_NAME := SdkSetup
 LOCAL_CERTIFICATE := platform
 
+LOCAL_PROGUARD_ENABLED := disabled
+
 include $(BUILD_PACKAGE)
diff --git a/samples/SimpleJNI/Android.mk b/samples/SimpleJNI/Android.mk
index a45ada8..edada37 100644
--- a/samples/SimpleJNI/Android.mk
+++ b/samples/SimpleJNI/Android.mk
@@ -32,9 +32,11 @@
 
 LOCAL_JNI_SHARED_LIBRARIES := libsimplejni
 
+LOCAL_PROGUARD_ENABLED := disabled
+
 include $(BUILD_PACKAGE)
 
 # ============================================================
 
 # Also build all of the sub-targets under this one: the shared library.
-include $(call all-makefiles-under,$(LOCAL_PATH))
\ No newline at end of file
+include $(call all-makefiles-under,$(LOCAL_PATH))