aboutsummaryrefslogtreecommitdiff
path: root/tools/libhost/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libhost/Android.bp')
-rw-r--r--tools/libhost/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/libhost/Android.bp b/tools/libhost/Android.bp
index 4c9100f158..a83f2e770e 100644
--- a/tools/libhost/Android.bp
+++ b/tools/libhost/Android.bp
@@ -1,3 +1,12 @@
+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_library_host_static {
srcs: ["CopyFile.c"],