blob: 04cf01af073a865093cf188b757cfadf588ca16f [file] [log] [blame]
felkachang593d07b2018-10-16 20:46:26 +08001android_test {
2 name: "ExternalStorageProviderTests",
3
4 manifest: "AndroidManifest.xml",
5
6 srcs: [
7 "src/**/*.java",
8 ],
9
10 libs: [
11 "android.test.base",
12 "android.test.mock",
13 "android.test.runner",
14 ],
15
16 static_libs: [
KOUSHIK PANUGANTI2d6c5fc2018-12-18 12:37:14 -080017 "androidx.test.rules",
felkachang593d07b2018-10-16 20:46:26 +080018 "mockito-target",
19 "truth-prebuilt",
20 ],
21
22 certificate: "platform",
23
24 instrumentation_for: "ExternalStorageProvider",
25}