From d9548315a9d0f97f2b46f1f47312fe782680b6f8 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Sun, 28 Mar 2021 19:37:39 -0700 Subject: [PATCH] Add license for bloaty subdirectory. Test: m nothing Change-Id: I9dc085579757b23d8997b683643546676009b3bc --- bloaty/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) 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",