summaryrefslogtreecommitdiff
path: root/packages/ExternalStorageProvider/Android.bp
blob: 973fef3e666d6b71b5ef978152fed54c805c1c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
android_app {
    name: "ExternalStorageProvider",

    manifest: "AndroidManifest.xml",

    resource_dirs: [
        "res",
    ],

    srcs: [
        "src/**/*.java",
    ],

    platform_apis: true,

    certificate: "platform",

    privileged: true,
}