blob: 973fef3e666d6b71b5ef978152fed54c805c1c5e [file] [log] [blame]
felkachang593d07b2018-10-16 20:46:26 +08001android_app {
2 name: "ExternalStorageProvider",
3
4 manifest: "AndroidManifest.xml",
5
6 resource_dirs: [
7 "res",
8 ],
9
10 srcs: [
11 "src/**/*.java",
12 ],
13
14 platform_apis: true,
15
16 certificate: "platform",
17
18 privileged: true,
19}