Merge "Stop statically including legacy-android-test"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0ec05b3ca7
@@ -24,7 +24,12 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_APPS)
|
||||
# Include both the 32 and 64 bit versions
|
||||
LOCAL_MULTILIB := both
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := voip-common conscrypt org.apache.http.legacy
|
||||
LOCAL_JAVA_LIBRARIES := \
|
||||
voip-common \
|
||||
conscrypt \
|
||||
org.apache.http.legacy \
|
||||
android.test.base \
|
||||
|
||||
|
||||
LOCAL_JNI_SHARED_LIBRARIES := libcts_jni libnativedns_jni \
|
||||
libnativemultinetwork_jni libnativehelper_compat_libc++
|
||||
@@ -40,8 +45,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
ctstestrunner \
|
||||
ctstestserver \
|
||||
mockwebserver \
|
||||
junit \
|
||||
legacy-android-test
|
||||
junit
|
||||
|
||||
# uncomment when b/13249961 is fixed
|
||||
#LOCAL_SDK_VERSION := current
|
||||
|
||||
Reference in New Issue
Block a user