diff options
Diffstat (limited to 'tools/acp/Android.bp')
| -rw-r--r-- | tools/acp/Android.bp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/acp/Android.bp b/tools/acp/Android.bp index 78738b06ad..47b23b2388 100644 --- a/tools/acp/Android.bp +++ b/tools/acp/Android.bp @@ -4,11 +4,7 @@ package { // See: http://go/android-license-faq - // A large-scale-change added 'default_applicable_licenses' to import - // all of the 'license_kinds' from "build_make_license" - // to get the below license kinds: - // legacy_restricted - default_applicable_licenses: ["build_make_license"], + default_applicable_licenses: ["Android-Apache-2.0"], } cc_binary_host { |