Initial commit for Settings component test
Test: Tested on local device Bug: 178765084 Change-Id: I3b8f36daa31b0a44e788fe4c84f94d48653ee037
This commit is contained in:
23
tests/componenttests/Android.bp
Normal file
23
tests/componenttests/Android.bp
Normal file
@@ -0,0 +1,23 @@
|
||||
//############################################################
|
||||
// Settings Component test target. #
|
||||
//############################################################
|
||||
android_test {
|
||||
name: "SettingsComponentTests",
|
||||
certificate: "platform",
|
||||
privileged: true,
|
||||
srcs: [
|
||||
"src/**/*.java",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
"truth-prebuilt",
|
||||
"androidx.test.core",
|
||||
"androidx.test.runner",
|
||||
"androidx.test.rules",
|
||||
"androidx.test.ext.junit",
|
||||
],
|
||||
|
||||
test_suites: ["device-tests"],
|
||||
|
||||
instrumentation_for: "Settings",
|
||||
}
|
||||
Reference in New Issue
Block a user