1android_app { 2 name: "Shell", 3 srcs: ["src/**/*.java",":dumpstate_aidl"], 4 aidl: { 5 include_dirs: ["frameworks/native/cmds/dumpstate/binder"], 6 }, 7 static_libs: ["androidx.legacy_legacy-support-v4"], 8 platform_apis: true, 9 certificate: "platform", 10 privileged: true, 11 jacoco: { 12 include_filter: ["com.android.shell.*"], 13 }, 14} 15