Merge "Stop statically including legacy-android-test"
This commit is contained in:
@@ -11,8 +11,9 @@ LOCAL_SRC_FILES := \
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
android-support-test \
|
||||
apct-perftests-utils \
|
||||
guava \
|
||||
legacy-android-test
|
||||
guava
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.base
|
||||
|
||||
LOCAL_PACKAGE_NAME := CorePerfTests
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ include $(CLEAR_VARS)
|
||||
# We only want this apk build for tests.
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
@@ -22,8 +22,12 @@ LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_SRC_FILES := \
|
||||
$(call all-java-files-under, src)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner org.apache.http.legacy
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := \
|
||||
android.test.runner \
|
||||
org.apache.http.legacy \
|
||||
android.test.base \
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
LOCAL_PACKAGE_NAME := BandwidthTests
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
@@ -8,8 +8,8 @@ LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_SRC_FILES := \
|
||||
$(call all-java-files-under, src)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
LOCAL_PACKAGE_NAME := BluetoothTests
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-common mockwebserver junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-common mockwebserver junit
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
|
||||
LOCAL_PACKAGE_NAME := DownloadManagerTestApp
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := legacy-android-test junit
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
LOCAL_SDK_VERSION := current
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := legacy-android-test junit
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
LOCAL_SDK_VERSION := current
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := legacy-android-test junit
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
LOCAL_SDK_VERSION := current
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := legacy-android-test junit
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
LOCAL_SDK_VERSION := current
|
||||
|
||||
|
||||
@@ -8,12 +8,11 @@ LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_SRC_FILES := \
|
||||
$(call all-java-files-under, src)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_PACKAGE_NAME := NotificationStressTests
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
junit \
|
||||
legacy-android-test \
|
||||
ub-uiautomator
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
@@ -21,8 +21,7 @@ LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
android-support-test \
|
||||
legacy-android-test
|
||||
android-support-test
|
||||
|
||||
LOCAL_PACKAGE_NAME := KeystoreTests
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@ include $(CLEAR_VARS)
|
||||
# We only want this apk build for tests.
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
@@ -5,13 +5,12 @@ LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
mockito-target-minus-junit4 \
|
||||
android-support-test \
|
||||
android-ex-camera2 \
|
||||
legacy-android-test
|
||||
android-ex-camera2
|
||||
|
||||
LOCAL_PACKAGE_NAME := mediaframeworktest
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ LOCAL_JAVA_LIBRARIES := \
|
||||
android.test.runner \
|
||||
com.android.nfc_extras
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
@@ -19,9 +19,9 @@ include $(CLEAR_VARS)
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common android.test.base
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test mockito-target-minus-junit4 legacy-android-test
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test mockito-target-minus-junit4
|
||||
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
@@ -5,14 +5,13 @@ include $(CLEAR_VARS)
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
android-support-test \
|
||||
mockito-target-minus-junit4 \
|
||||
espresso-core \
|
||||
truth-prebuilt \
|
||||
legacy-android-test \
|
||||
testables
|
||||
|
||||
# Include all test java files.
|
||||
|
||||
@@ -3,8 +3,8 @@ include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base android.test.mock
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
LOCAL_PACKAGE_NAME := MtpDocumentsProviderTests
|
||||
LOCAL_INSTRUMENTATION_FOR := MtpDocumentsProvider
|
||||
LOCAL_CERTIFICATE := media
|
||||
|
||||
@@ -20,7 +20,7 @@ LOCAL_CERTIFICATE := platform
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common android.test.base
|
||||
|
||||
LOCAL_JACK_FLAGS := --multi-dex native
|
||||
|
||||
@@ -33,7 +33,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
android-support-test \
|
||||
espresso-core \
|
||||
mockito-target-minus-junit4 \
|
||||
legacy-android-test \
|
||||
truth-prebuilt
|
||||
|
||||
# Code coverage puts us over the dex limit, so enable multi-dex for coverage-enabled builds
|
||||
|
||||
@@ -7,7 +7,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) \
|
||||
src/com/android/providers/settings/EventLogTags.logtags
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := telephony-common ims-common
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
LOCAL_PACKAGE_NAME := SettingsProvider
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
android:icon="@mipmap/ic_launcher_settings"
|
||||
android:defaultToDeviceProtectedStorage="true"
|
||||
android:directBootAware="true">
|
||||
<uses-library android:name="android.test.runner" />
|
||||
|
||||
|
||||
<provider android:name="SettingsProvider"
|
||||
android:authorities="settings"
|
||||
|
||||
@@ -6,14 +6,13 @@ LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base android.test.mock
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
android-support-test \
|
||||
mockito-target-minus-junit4 \
|
||||
ub-uiautomator \
|
||||
junit \
|
||||
legacy-android-test \
|
||||
|
||||
LOCAL_PACKAGE_NAME := ShellTests
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
|
||||
@@ -38,7 +38,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
mockito-target-minus-junit4 \
|
||||
SystemUI-proto \
|
||||
SystemUI-tags \
|
||||
legacy-android-test \
|
||||
testables \
|
||||
truth-prebuilt \
|
||||
|
||||
@@ -50,4 +49,4 @@ LOCAL_CERTIFICATE := platform
|
||||
|
||||
ifeq ($(EXCLUDE_SYSTEMUI_TESTS),)
|
||||
include $(BUILD_PACKAGE)
|
||||
endif
|
||||
endif
|
||||
|
||||
@@ -54,11 +54,15 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
mockito-target-minus-junit4 \
|
||||
SystemUI-proto \
|
||||
SystemUI-tags \
|
||||
legacy-android-test \
|
||||
testables \
|
||||
truth-prebuilt \
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common android.car
|
||||
LOCAL_JAVA_LIBRARIES := \
|
||||
android.test.runner \
|
||||
telephony-common \
|
||||
android.car \
|
||||
android.test.base \
|
||||
|
||||
|
||||
LOCAL_AAPT_FLAGS := --extra-packages com.android.systemui:com.android.keyguard
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ include $(CLEAR_VARS)
|
||||
# We only want this apk build for tests.
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
@@ -7,8 +7,8 @@ LOCAL_MODULE_TAGS := tests
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
LOCAL_PACKAGE_NAME := FrameworksSaxTests
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
@@ -18,8 +18,8 @@ include $(CLEAR_VARS)
|
||||
# We only want this apk build for tests.
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
@@ -23,7 +23,7 @@ LOCAL_PACKAGE_NAME := CanvasCompare
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
@@ -6,8 +6,14 @@ LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_SRC_FILES := \
|
||||
$(call all-subdir-java-files)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle conscrypt org.apache.http.legacy
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := \
|
||||
android.test.runner \
|
||||
bouncycastle \
|
||||
conscrypt \
|
||||
org.apache.http.legacy \
|
||||
android.test.base \
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
LOCAL_PACKAGE_NAME := CoreTests
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ include $(CLEAR_VARS)
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_PACKAGE_NAME := DataIdleTest
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
# We need to sign it to get access to the network usage history.
|
||||
|
||||
@@ -7,8 +7,8 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
|
||||
LOCAL_PACKAGE_NAME := FrameworkPerf
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
LOCAL_AAPT_FLAGS = -c 120dpi,240dpi,160dpi,161dpi,320dpi,nodpi
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
|
||||
LOCAL_PACKAGE_NAME := HierarchyViewerTest
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
@@ -7,8 +7,8 @@ LOCAL_MODULE_TAGS := tests
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
LOCAL_PACKAGE_NAME := ImfTestTests
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit \
|
||||
legacy-android-test \
|
||||
android-support-test \
|
||||
mockito-target-minus-junit4
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
LOCAL_PACKAGE_NAME := MemoryUsage
|
||||
|
||||
LOCAL_CERTIFICATE := platform
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
|
||||
@@ -5,8 +5,13 @@ include $(CLEAR_VARS)
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle conscrypt
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := \
|
||||
android.test.runner \
|
||||
bouncycastle \
|
||||
conscrypt \
|
||||
android.test.base \
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
@@ -27,8 +27,8 @@ else
|
||||
LOCAL_SRC_FILES := src/android/hardware/soundtrigger/SoundTriggerTest.java
|
||||
endif
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := mockito-target legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := mockito-target
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
|
||||
LOCAL_PACKAGE_NAME := SoundTriggerTests
|
||||
|
||||
|
||||
@@ -27,7 +27,9 @@ LOCAL_PROGUARD_ENABLED := disabled
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := legacy-android-test junit
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner.stubs
|
||||
|
||||
LOCAL_PACKAGE_NAME := SurfaceComposition
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := mockito-target legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := mockito-target
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
|
||||
|
||||
LOCAL_PACKAGE_NAME := TtsTests
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ LOCAL_PACKAGE_NAME := WindowAnimationJank
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
ub-uiautomator \
|
||||
ub-janktesthelper \
|
||||
legacy-android-test \
|
||||
junit
|
||||
|
||||
LOCAL_SDK_VERSION := current
|
||||
|
||||
@@ -7,8 +7,8 @@ LOCAL_MODULE_TAGS := tests
|
||||
# Include all test java files.
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common android.test.base
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := junit
|
||||
LOCAL_PACKAGE_NAME := FrameworkPermissionTests
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
@@ -28,10 +28,9 @@ LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
android-support-test \
|
||||
mockito-target-minus-junit4 \
|
||||
legacy-android-test \
|
||||
testables
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base android.test.mock
|
||||
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
|
||||
Reference in New Issue
Block a user