aboutsummaryrefslogtreecommitdiff
path: root/tools/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Android.bp')
-rw-r--r--tools/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/Android.bp b/tools/Android.bp
index 15e0a1e..4761453 100644
--- a/tools/Android.bp
+++ b/tools/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 "frameworks_compile_libbcc_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_compile_libbcc_license"],
+}
+
subdirs = [
"bcc",
"bcc_compat",