Bob Badour | d594958 | 2021-02-23 13:18:34 -0800 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["frameworks_base_cmds_abx_license"], |
| 3 | } |
| 4 | |
| 5 | // Added automatically by a large-scale-change |
| 6 | // See: http://go/android-license-faq |
| 7 | license { |
| 8 | name: "frameworks_base_cmds_abx_license", |
| 9 | visibility: [":__subpackages__"], |
| 10 | license_kinds: [ |
| 11 | "SPDX-license-identifier-Apache-2.0", |
| 12 | ], |
| 13 | license_text: [ |
| 14 | "NOTICE", |
| 15 | ], |
| 16 | } |
| 17 | |
Jeff Sharkey | 55ee3e4 | 2020-11-02 13:39:37 -0700 | [diff] [blame] | 18 | java_binary { |
| 19 | name: "abx", |
Cole Faust | 325fb3e | 2022-08-29 15:15:53 -0700 | [diff] [blame] | 20 | wrapper: "abx.sh", |
Jeff Sharkey | 55ee3e4 | 2020-11-02 13:39:37 -0700 | [diff] [blame] | 21 | srcs: ["**/*.java"], |
| 22 | required: [ |
| 23 | "abx2xml", |
| 24 | "xml2abx", |
| 25 | ], |
| 26 | } |
| 27 | |
| 28 | sh_binary { |
| 29 | name: "abx2xml", |
Cole Faust | 325fb3e | 2022-08-29 15:15:53 -0700 | [diff] [blame] | 30 | src: "abx2xml.sh", |
Jeff Sharkey | 55ee3e4 | 2020-11-02 13:39:37 -0700 | [diff] [blame] | 31 | } |
| 32 | |
| 33 | sh_binary { |
| 34 | name: "xml2abx", |
Cole Faust | 325fb3e | 2022-08-29 15:15:53 -0700 | [diff] [blame] | 35 | src: "xml2abx.sh", |
Jeff Sharkey | 55ee3e4 | 2020-11-02 13:39:37 -0700 | [diff] [blame] | 36 | } |