summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 20:11:24 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 20:11:24 +0000
commitdfd56e3d82e4c7ebd7d39a5380429a432ce71a71 (patch)
treef09f14760e7ccfc14047d326269ebafcfcfd5498
parent1ff587ff28977d0f76bc2b25d58a1c8eaab3c5cf (diff)
parente34ec59b53dc712486b13a7ff84bc66ef87dc797 (diff)
downloadgatekeeper-dfd56e3d82e4c7ebd7d39a5380429a432ce71a71.tar.gz
Original change: https://android-review.googlesource.com/c/platform/system/gatekeeper/+/1589035 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia3384304d951d851b7b0cdcbb015a1908b905b1f
-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",