blob: aaaf0448fc3172f289d6c68494774ad248836070 [file] [log] [blame]
Sasha Smundak995887e2019-05-02 21:35:45 -07001android_app {
2 name: "Shell",
3 srcs: ["src/**/*.java",":dumpstate_aidl"],
4 aidl: {
5 include_dirs: ["frameworks/native/cmds/dumpstate/binder"],
6 },
7 static_libs: ["androidx.legacy_legacy-support-v4"],
8 platform_apis: true,
9 certificate: "platform",
10 privileged: true,
11 jacoco: {
12 include_filter: ["com.android.shell.*"],
13 },
14}