diff options
author | 2021-03-28 19:37:39 -0700 | |
---|---|---|
committer | 2021-03-29 23:06:25 -0700 | |
commit | d9548315a9d0f97f2b46f1f47312fe782680b6f8 (patch) | |
tree | 17c4dced6d25f1dc3b11e170799e41277ef7cd5f /bloaty | |
parent | e2f39b038d5e2e0dfe16fdb3929293d7b27415e4 (diff) |
Add license for bloaty subdirectory.
Test: m nothing
Change-Id: I9dc085579757b23d8997b683643546676009b3bc
Diffstat (limited to 'bloaty')
-rw-r--r-- | bloaty/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bloaty/Android.bp b/bloaty/Android.bp index b1f1e398b..96cc1a519 100644 --- a/bloaty/Android.bp +++ b/bloaty/Android.bp @@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + bootstrap_go_package { name: "soong-bloaty", pkgPath: "android/soong/bloaty", |