[LSC] Add LOCAL_LICENSE_KINDS to system/gatekeeper am: 8b274d9647 am: 0f0dce78fd am: db04bbfb26

Original change: https://android-review.googlesource.com/c/platform/system/gatekeeper/+/1589035

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I89dded570b3bd3aef206671b7ed8a2793a131904
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",