You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
542 B
26 lines
542 B
7 months ago
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
android_test {
|
||
|
name: "StorageManagerAppTests",
|
||
|
|
||
|
libs: ["android.test.runner"],
|
||
|
|
||
|
static_libs: [
|
||
|
"androidx.test.rules",
|
||
|
"mockito-target",
|
||
|
"androidx.test.espresso.core",
|
||
|
"androidx.test.espresso.contrib-nodeps",
|
||
|
"androidx.test.espresso.intents-nodeps",
|
||
|
"truth-prebuilt",
|
||
|
],
|
||
|
|
||
|
// Include all test java files.
|
||
|
srcs: ["src/**/*.java"],
|
||
|
|
||
|
platform_apis: true,
|
||
|
|
||
|
instrumentation_for: "StorageManager",
|
||
|
}
|