summaryrefslogtreecommitdiff
path: root/libs/hostgraphics/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hostgraphics/Android.bp')
-rw-r--r--libs/hostgraphics/Android.bp11
1 files changed, 10 insertions, 1 deletions
diff --git a/libs/hostgraphics/Android.bp b/libs/hostgraphics/Android.bp
index e713b98b867e..0388e92e1d1b 100644
--- a/libs/hostgraphics/Android.bp
+++ b/libs/hostgraphics/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_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_base_license"],
+}
+
cc_library_host_static {
name: "libhostgraphics",
@@ -28,4 +37,4 @@ cc_library_host_static {
enabled: true,
}
},
-} \ No newline at end of file
+}