summaryrefslogtreecommitdiff
path: root/libfec/test/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libfec/test/Android.bp')
-rw-r--r--libfec/test/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/libfec/test/Android.bp b/libfec/test/Android.bp
index 60879c1a..6f412a26 100644
--- a/libfec/test/Android.bp
+++ b/libfec/test/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 "system_extras_libfec_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["system_extras_libfec_license"],
+}
+
cc_defaults {
name: "fec_test_defaults",