diff --git a/tools/emulator/test-apps/ConnectivityTest/Android.mk b/tools/emulator/test-apps/ConnectivityTest/Android.mk index 097d1189a..ca20d574a 100644 --- a/tools/emulator/test-apps/ConnectivityTest/Android.mk +++ b/tools/emulator/test-apps/ConnectivityTest/Android.mk @@ -24,6 +24,8 @@ LOCAL_PACKAGE_NAME := ConnectivityTest LOCAL_SDK_VERSION := 4 +LOCAL_PROGUARD_ENABLED := disabled + include $(BUILD_PACKAGE) # Use the following include to make our test apk. diff --git a/tools/emulator/test-apps/GpsLocationTest/Android.mk b/tools/emulator/test-apps/GpsLocationTest/Android.mk index 35c944393..5f90f3a5b 100644 --- a/tools/emulator/test-apps/GpsLocationTest/Android.mk +++ b/tools/emulator/test-apps/GpsLocationTest/Android.mk @@ -24,6 +24,8 @@ LOCAL_PACKAGE_NAME := GpsLocationTest LOCAL_SDK_VERSION := 4 +LOCAL_PROGUARD_ENABLED := disabled + include $(BUILD_PACKAGE) # Use the following include to make our test apk.