Colin Cross | 37d4c00 | 2019-03-28 22:31:35 -0700 | [diff] [blame] | 1 | // Copyright 2014 The Android Open Source Project |
| 2 | |
Bob Badour | 8a6a2bc | 2021-02-12 17:07:05 -0800 | [diff] [blame] | 3 | package { |
| 4 | default_applicable_licenses: ["frameworks_base_cmds_appops_license"], |
| 5 | } |
| 6 | |
| 7 | // Added automatically by a large-scale-change |
| 8 | // See: http://go/android-license-faq |
| 9 | license { |
| 10 | name: "frameworks_base_cmds_appops_license", |
| 11 | visibility: [":__subpackages__"], |
| 12 | license_kinds: [ |
| 13 | "SPDX-license-identifier-Apache-2.0", |
| 14 | ], |
| 15 | license_text: [ |
| 16 | "NOTICE", |
| 17 | ], |
| 18 | } |
| 19 | |
Colin Cross | 37d4c00 | 2019-03-28 22:31:35 -0700 | [diff] [blame] | 20 | sh_binary { |
| 21 | name: "appops", |
| 22 | src: "appops", |
| 23 | } |