summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-05-10 14:09:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-10 14:09:58 +0000
commit3173cc34c7ab420ec23cad6e1c5621c2d21a7d02 (patch)
tree1a290b12606401eee5b75921f39f67673c133625
parent8c2d2db0e3c294a9e2ff3b5a0221c7a9a99dc57d (diff)
parent031b913e179be86385afabebd0d583d8ce8e4a47 (diff)
downloadmultidex-3173cc34c7ab420ec23cad6e1c5621c2d21a7d02.tar.gz
Revert "Prepare for removal of junit and android.test classes from Android API (step 1)"
am: 031b913e17 Change-Id: Ic8b5c9cecc387023bc0805f043fc02bf9850e144
-rw-r--r--instrumentation/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/instrumentation/Android.mk b/instrumentation/Android.mk
index 8db4932..ec50b8c 100644
--- a/instrumentation/Android.mk
+++ b/instrumentation/Android.mk
@@ -17,7 +17,6 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android-support-multidex-instrumentation
LOCAL_JAVA_LIBRARIES := android-support-multidex
-LOCAL_STATIC_JAVA_LIBRARIES := legacy-android-test
LOCAL_SDK_VERSION := 4
LOCAL_SRC_FILES := $(call all-java-files-under, src)