summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 01:36:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 01:36:01 +0000
commitb2a05b412e88346b4fbb1fe6759c7c8c2431c72e (patch)
tree9391a4d580b6b70c7c978097b15860b67d27b289
parent88bfa9f8ac9bc6e6c5e29d57afc77c2cd41820b0 (diff)
parent7664268c6d5d96a34c202a7960d63feb88f95636 (diff)
downloadgsid-b2a05b412e88346b4fbb1fe6759c7c8c2431c72e.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/gsid am: c4e74fde31 am: 50b91bbf9c am: 9a2230ccf1 am: 7664268c6d
Original change: https://android-review.googlesource.com/c/platform/system/gsid/+/1589071 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iacb69fc9955c8396c63107a0069fc00c09661e0c
-rw-r--r--Android.bp4
-rw-r--r--tests/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cb6c077..6a7cf06 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_binary {
name: "gsi_tool",
shared_libs: [
diff --git a/tests/Android.bp b/tests/Android.bp
index 70d73ee..2cb67ab 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_defaults {
name: "gsi_boot_defaults",
shared_libs: [