diff options
| author | 2021-02-10 07:18:29 +0000 | |
|---|---|---|
| committer | 2021-02-10 07:18:29 +0000 | |
| commit | b68036f44b59531785efa9ae25f21a27d66253bc (patch) | |
| tree | c261bf3d682d27ab2bd4cc932dcead1f78a45853 /scripts | |
| parent | c6226d668e5022b3631415becc5e4c201892eb06 (diff) | |
| parent | 02040de891df30c881b4ec38e5525c6246dbc6d5 (diff) | |
Merge "Add LOCAL_LICENSE_KINDS to build/soong"
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Android.bp | 4 |
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", |