Disable proguard for emulator tests

Change-Id: I3aeb201d2c9f5e51933d2284845ce42d3b477ee2
This commit is contained in:
Siva Velusamy
2013-05-23 14:24:12 -07:00
parent 36b2c791ee
commit a4d9ccb36a
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ LOCAL_PACKAGE_NAME := ConnectivityTest
LOCAL_SDK_VERSION := 4 LOCAL_SDK_VERSION := 4
LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)
# Use the following include to make our test apk. # Use the following include to make our test apk.

View File

@@ -24,6 +24,8 @@ LOCAL_PACKAGE_NAME := GpsLocationTest
LOCAL_SDK_VERSION := 4 LOCAL_SDK_VERSION := 4
LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)
# Use the following include to make our test apk. # Use the following include to make our test apk.