summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2021-02-10 07:18:29 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-02-10 07:18:29 +0000
commitb68036f44b59531785efa9ae25f21a27d66253bc (patch)
treec261bf3d682d27ab2bd4cc932dcead1f78a45853 /scripts
parentc6226d668e5022b3631415becc5e4c201892eb06 (diff)
parent02040de891df30c881b4ec38e5525c6246dbc6d5 (diff)
Merge "Add LOCAL_LICENSE_KINDS to build/soong"
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/Android.bp b/scripts/Android.bp
index dd03f283a..b9163ccf1 100644
--- a/scripts/Android.bp
+++ b/scripts/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
python_binary_host {
name: "check_boot_jars",
main: "check_boot_jars/check_boot_jars.py",