summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 18:48:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 18:48:15 +0000
commitdb04bbfb260468b09c5bc658c58bdc1ea335aab7 (patch)
treef09f14760e7ccfc14047d326269ebafcfcfd5498
parent90de20218ce8aa3d59dba48d6cf513c6abc8b478 (diff)
parent0f0dce78fd8221f0f1225cae84f91e75b2bbd6e5 (diff)
downloadgatekeeper-db04bbfb260468b09c5bc658c58bdc1ea335aab7.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/gatekeeper am: 8b274d9647 am: 0f0dce78fd
Original change: https://android-review.googlesource.com/c/platform/system/gatekeeper/+/1589035 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0070c4875921814998ce74b8dee04e496878de99
-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",