aboutsummaryrefslogtreecommitdiffstats
path: root/tools/acp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/acp')
-rw-r--r--tools/acp/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/acp/Android.bp b/tools/acp/Android.bp
index 64f5a1013d..78738b06ad 100644
--- a/tools/acp/Android.bp
+++ b/tools/acp/Android.bp
@@ -2,6 +2,15 @@
//
// Custom version of cp.
+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"],
+}
+
cc_binary_host {
srcs: ["acp.c"],