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