summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-15 23:48:19 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-15 23:48:19 +0000
commit50b91bbf9cdb51bfe79602a4bdd3bae767091f54 (patch)
tree9391a4d580b6b70c7c978097b15860b67d27b289
parente3b4f49462d3f36dfd5169afa09cbaff25a79f62 (diff)
parentc4e74fde3115e27c2f754930cfabd4fca2c5f6bf (diff)
downloadgsid-50b91bbf9cdb51bfe79602a4bdd3bae767091f54.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/gsid am: c4e74fde31
Original change: https://android-review.googlesource.com/c/platform/system/gsid/+/1589071 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ibe2981f1ec112785267a42cb1c4a5a872353f138
-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: [