| Sasha Smundak | 995887e | 2019-05-02 21:35:45 -0700 | [diff] [blame] | 1 | android_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 | } | ||||