summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:36:27 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:36:27 -0800
commit8b274d9647fafefe8b94f750aab179ca4514fda3 (patch)
treef09f14760e7ccfc14047d326269ebafcfcfd5498 /Android.bp
parentf1473a3ae3584d1cad2498243f1b315a71f7d9db (diff)
downloadgatekeeper-8b274d9647fafefe8b94f750aab179ca4514fda3.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/gatekeeperandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ib8904c33a9284d8b1bf0a116f015e6eb31743993
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 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,