aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:51:37 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:51:37 -0800
commitb1d153c07965d61ea9fadb5fa8f813dcf60e4b56 (patch)
treed56329491410d2f04220aad0d5a6e7a0eee10902 /components
parentba9e94143ba10c7562f346837aae392dc290f138 (diff)
downloadv4l2_codec2-b1d153c07965d61ea9fadb5fa8f813dcf60e4b56.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/v4l2_codec2android-s-preview-1
Added SPDX-license-identifier-BSD to: accel/Android.bp common/Android.bp components/Android.bp plugin_store/Android.bp service/Android.bp store/Android.bp tests/c2_comp_intf/Android.bp Added SPDX-license-identifier-BSD legacy_unencumbered to: Android.bp tests/c2_e2e_test/jni/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I4ef032a3849d650e13761a868b45309275d408a2
Diffstat (limited to 'components')
-rw-r--r--components/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/Android.bp b/components/Android.bp
index 8273412..e1eb56d 100644
--- a/components/Android.bp
+++ b/components/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 "external_v4l2_codec2_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_v4l2_codec2_license"],
+}
+
cc_library {
name: "libv4l2_codec2_components",
vendor: true,