blob: c873e30d21071d63ed2f48ef8d84212baab20fc8 [file] [log] [blame]
android_app {
name: "Shell",
defaults: ["platform_app_defaults"],
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.*"],
},
}