summaryrefslogtreecommitdiff
path: root/identity/java
diff options
context:
space:
mode:
Diffstat (limited to 'identity/java')
-rw-r--r--identity/java/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/identity/java/Android.bp b/identity/java/Android.bp
index 16aef5d2d871..a193d9764c7a 100644
--- a/identity/java/Android.bp
+++ b/identity/java/Android.bp
@@ -1,3 +1,12 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_base_identity_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_base_identity_license"],
+}
+
filegroup {
name: "framework-identity-sources",
srcs: ["**/*.java"],