summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 20:08:04 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 20:08:04 +0000
commit20f679c1bb3c540ea92a0c2b9025f409f5dae397 (patch)
treef09f14760e7ccfc14047d326269ebafcfcfd5498
parent3a54d3684e5409015affbef0d1cf51480c5e8619 (diff)
parente34ec59b53dc712486b13a7ff84bc66ef87dc797 (diff)
downloadgatekeeper-20f679c1bb3c540ea92a0c2b9025f409f5dae397.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/gatekeeper am: 8b274d9647 am: 0f0dce78fd am: db04bbfb26 am: e34ec59b53
Original change: https://android-review.googlesource.com/c/platform/system/gatekeeper/+/1589035 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia983430fb28f48177d505a0ae5f2dfb212a4aa14
-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 c341fa5..340d4cf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
// libgatekeeper contains just the code necessary to communicate with a
// GoogleGateKeeper implementation, e.g. one running in TrustZone.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library_shared {
name: "libgatekeeper",
vendor_available: true,
diff --git a/tests/Android.bp b/tests/Android.bp
index 2dcfc8b..1ca9143 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_test {
name: "gatekeeper-unit-tests",