summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-05-03 13:48:54 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-03 13:48:54 +0000
commit49cff4d6d9432154f87c2ecc6e721d66f9c2a83c (patch)
treea30b035b321c251220c7990108422a3b36a3d22c
parent5ccdd930f07c12fb113068a747f12b1b8f8b41b1 (diff)
parent8c2d2db0e3c294a9e2ff3b5a0221c7a9a99dc57d (diff)
downloadmultidex-49cff4d6d9432154f87c2ecc6e721d66f9c2a83c.tar.gz
Prepare for removal of junit and android.test classes from Android API (step 1) am: 49f3d944cf
am: 8c2d2db0e3 Change-Id: I92e048d574e3a2b638d33ceee46c979398859791
-rw-r--r--instrumentation/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/instrumentation/Android.mk b/instrumentation/Android.mk
index ec50b8c..8db4932 100644
--- a/instrumentation/Android.mk
+++ b/instrumentation/Android.mk
@@ -17,6 +17,7 @@ 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)