995887eafb
See build/soong/README.md for more information. Bug: 122332340 Test: atest ShellTests (same errors as baseline) Change-Id: I63b777342359e0b42ccd554b7d056c7431178380
15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
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.*"],
|
|
},
|
|
}
|