summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 18:18:31 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 18:18:31 +0000
commit0f0dce78fd8221f0f1225cae84f91e75b2bbd6e5 (patch)
treef09f14760e7ccfc14047d326269ebafcfcfd5498
parent78adc89fcd01cbefee342aba65db35a662a5bccc (diff)
parent8b274d9647fafefe8b94f750aab179ca4514fda3 (diff)
downloadgatekeeper-0f0dce78fd8221f0f1225cae84f91e75b2bbd6e5.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/gatekeeper am: 8b274d9647android-s-beta-2android-s-beta-1
Original change: https://android-review.googlesource.com/c/platform/system/gatekeeper/+/1589035 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0d04563eaec62576a99002ee681dd5e9486100c9
-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",