We've been writing many new framework-specific Error Prone checkers to help detect obscure platform bugs, and this change starts enabling those checkers for more packages across the platform. Bug: 155703208 Test: manual Exempt-From-Owner-Approval: trivial blueprint changes Change-Id: I1db3412b0be40f6f78c68331ae01756887192071
16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
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.*"],
|
|
},
|
|
}
|