Sasha Smundak | 995887e | 2019-05-02 21:35:45 -0700 | [diff] [blame] | 1 | android_app { |
| 2 | name: "Shell", |
Jeff Sharkey | d23b537 | 2020-10-23 14:30:42 -0600 | [diff] [blame] | 3 | defaults: ["platform_app_defaults"], |
Sasha Smundak | 995887e | 2019-05-02 21:35:45 -0700 | [diff] [blame] | 4 | srcs: ["src/**/*.java",":dumpstate_aidl"], |
| 5 | aidl: { |
| 6 | include_dirs: ["frameworks/native/cmds/dumpstate/binder"], |
| 7 | }, |
| 8 | static_libs: ["androidx.legacy_legacy-support-v4"], |
| 9 | platform_apis: true, |
| 10 | certificate: "platform", |
| 11 | privileged: true, |
| 12 | jacoco: { |
| 13 | include_filter: ["com.android.shell.*"], |
| 14 | }, |
| 15 | } |