summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-05-10 13:54:29 +0000
committerPaul Duffin <paulduffin@google.com>2017-05-10 13:54:29 +0000
commit031b913e179be86385afabebd0d583d8ce8e4a47 (patch)
tree1a290b12606401eee5b75921f39f67673c133625
parent49f3d944cf2413562ae5032b8dfc2c39955c6bf7 (diff)
downloadmultidex-031b913e179be86385afabebd0d583d8ce8e4a47.tar.gz
Revert "Prepare for removal of junit and android.test classes from Android API (step 1)"android-n-iot-preview-4n-iot-preview-4
This reverts commit 49f3d944cf2413562ae5032b8dfc2c39955c6bf7. Change-Id: Ibf7153a117b997b473e861503669d4cd5e8e2984
-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)