Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 587b6028 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "frameworks/base: Add APCT tests to the device-tests suite."

parents b30ee8d0 473a16e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

+1 −0
Original line number Diff line number Diff line
@@ -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)
+1 −0
Original line number Diff line number Diff line
@@ -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)
+1 −0
Original line number Diff line number Diff line
@@ -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 \
+1 −0
Original line number Diff line number Diff line
@@ -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
Loading