aboutsummaryrefslogtreecommitdiff
path: root/files/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:32:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:32:33 +0000
commit293fb85748d401ddbfcc2abddd6070b3a22c81db (patch)
tree899183b8d4e59769a299cb0475d17f8e125e8954 /files/Android.bp
parentedabab205c7dfab75cdcbc6846d1630728ba2482 (diff)
parent301e0e8ea728c05e0cf98e54a1b5a79ccecba1a8 (diff)
downloadlibyuv-293fb85748d401ddbfcc2abddd6070b3a22c81db.tar.gz
Snap for 7550844 from 301e0e8ea728c05e0cf98e54a1b5a79ccecba1a8 to mainline-os-statsd-releaseandroid-mainline-12.0.0_r84android-mainline-12.0.0_r58android12-mainline-statsd-release
Change-Id: Iab0ab9f87c698d386a32a6c1c56adf6b040d9478
Diffstat (limited to 'files/Android.bp')
-rw-r--r--files/Android.bp25
1 files changed, 25 insertions, 0 deletions
diff --git a/files/Android.bp b/files/Android.bp
index 6ef6e8d3..c1aa8c67 100644
--- a/files/Android.bp
+++ b/files/Android.bp
@@ -1,6 +1,31 @@
+package {
+ default_applicable_licenses: ["external_libyuv_files_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_libyuv_files_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ "LICENSE_THIRD_PARTY",
+ "PATENTS",
+ ],
+}
+
cc_library {
name: "libyuv",
vendor_available: true,
+ product_available: true,
host_supported: true,
vndk: {
enabled: true,