blob: aaaf0448fc3172f289d6c68494774ad248836070 [file] [log] [blame]
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.*"],
},
}