aboutsummaryrefslogtreecommitdiff
path: root/tools/bcc_strip_attr/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bcc_strip_attr/Android.bp')
-rw-r--r--tools/bcc_strip_attr/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/bcc_strip_attr/Android.bp b/tools/bcc_strip_attr/Android.bp
index b463b2f..7243770 100644
--- a/tools/bcc_strip_attr/Android.bp
+++ b/tools/bcc_strip_attr/Android.bp
@@ -16,6 +16,15 @@
// Executable for host
// ========================================================
+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"],
+}
+
cc_binary_host {
name: "bcc_strip_attr",
defaults: ["libbcc-defaults"],