commit | a4d9ccb36aae2499f46c3c25b2bd6db2d58fe538 | [log] [tgz] |
---|---|---|
author | Siva Velusamy <vsiva@google.com> | Thu May 23 14:24:12 2013 -0700 |
committer | Siva Velusamy <vsiva@google.com> | Thu May 23 14:24:12 2013 -0700 |
tree | 6ed0937c2f66f9a843960627f06102a3b007b014 | |
parent | 36b2c791eeac85e1604b18dc14c602f070b97173 [diff] |
Disable proguard for emulator tests Change-Id: I3aeb201d2c9f5e51933d2284845ce42d3b477ee2
diff --git a/tools/emulator/test-apps/ConnectivityTest/Android.mk b/tools/emulator/test-apps/ConnectivityTest/Android.mk index 097d118..ca20d57 100644 --- a/tools/emulator/test-apps/ConnectivityTest/Android.mk +++ b/tools/emulator/test-apps/ConnectivityTest/Android.mk
@@ -24,6 +24,8 @@ 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 35c9443..5f90f3a 100644 --- a/tools/emulator/test-apps/GpsLocationTest/Android.mk +++ b/tools/emulator/test-apps/GpsLocationTest/Android.mk
@@ -24,6 +24,8 @@ LOCAL_SDK_VERSION := 4 +LOCAL_PROGUARD_ENABLED := disabled + include $(BUILD_PACKAGE) # Use the following include to make our test apk.