Merge "frameworks/base: Add APCT tests to the device-tests suite."
This commit is contained in:
committed by
Android (Google) Code Review
commit
587b60282e
@@ -40,6 +40,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner conscrypt telephony-common org.apache.http.legacy
|
||||
LOCAL_PACKAGE_NAME := FrameworksCoreTests
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
|
||||
@@ -8,5 +8,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
|
||||
LOCAL_PACKAGE_NAME := MtpDocumentsProviderTests
|
||||
LOCAL_INSTRUMENTATION_FOR := MtpDocumentsProvider
|
||||
LOCAL_CERTIFICATE := media
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
@@ -24,5 +24,6 @@ LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ub-uiautomator mockito-target-minus-junit4
|
||||
|
||||
LOCAL_PACKAGE_NAME := PrintSpoolerOutOfProcessTests
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
@@ -25,6 +25,7 @@ LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
|
||||
LOCAL_JACK_FLAGS := --multi-dex native
|
||||
|
||||
LOCAL_PACKAGE_NAME := SettingsLibTests
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
android-support-test \
|
||||
|
||||
@@ -16,6 +16,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
legacy-android-test \
|
||||
|
||||
LOCAL_PACKAGE_NAME := ShellTests
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
LOCAL_INSTRUMENTATION_FOR := Shell
|
||||
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
@@ -26,6 +26,7 @@ LOCAL_PROTOC_FLAGS := -I$(LOCAL_PATH)/..
|
||||
LOCAL_PROTO_JAVA_OUTPUT_PARAMS := optional_field_style=accessors
|
||||
|
||||
LOCAL_PACKAGE_NAME := SystemUITests
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src) \
|
||||
$(call all-Iaidl-files-under, src) \
|
||||
|
||||
@@ -30,6 +30,7 @@ LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_JACK_FLAGS := --multi-dex native
|
||||
|
||||
LOCAL_PACKAGE_NAME := FrameworksNotificationTests
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
|
||||
LOCAL_PACKAGE_NAME := FrameworksServicesTests
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@ LOCAL_JAVA_LIBRARIES := \
|
||||
android.test.runner
|
||||
|
||||
LOCAL_PACKAGE_NAME := FrameworksNetTests
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
|
||||
@@ -58,5 +58,6 @@ LOCAL_JAVA_LIBRARIES := \
|
||||
android.test.runner \
|
||||
|
||||
LOCAL_PACKAGE_NAME := FrameworksWifiApiTests
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
Reference in New Issue
Block a user