blob: 83427d4ebf00526fadc043511fd9a495e5a106ef [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: [
17 "android-support-test",
18 "mockito-target",
19 "truth-prebuilt",
20 ],
21
22 certificate: "platform",
23
24 instrumentation_for: "ExternalStorageProvider",
25}