28 lines
511 B
Plaintext
28 lines
511 B
Plaintext
android_test {
|
|
name: "ContactsTests",
|
|
|
|
certificate: "shared",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
|
|
instrumentation_for: "Contacts",
|
|
|
|
sdk_version: "current",
|
|
min_sdk_version: "21",
|
|
|
|
static_libs: [
|
|
"androidx.test.rules",
|
|
"hamcrest-library",
|
|
"mockito-target-minus-junit4",
|
|
"ub-uiautomator",
|
|
],
|
|
|
|
libs: [
|
|
"android.test.runner.stubs",
|
|
"android.test.base.stubs",
|
|
"android.test.mock.stubs",
|
|
],
|
|
|
|
test_suites: ["general-tests"],
|
|
}
|