summaryrefslogtreecommitdiff
path: root/packages/Shell/Android.bp
blob: aaaf0448fc3172f289d6c68494774ad248836070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
android_app {
    name: "Shell",
    srcs: ["src/**/*.java",":dumpstate_aidl"],
    aidl: {
        include_dirs: ["frameworks/native/cmds/dumpstate/binder"],
    },
    static_libs: ["androidx.legacy_legacy-support-v4"],
    platform_apis: true,
    certificate: "platform",
    privileged: true,
    jacoco: {
        include_filter: ["com.android.shell.*"],
    },
}