aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2023-10-17 10:08:30 -0700
committerXin Li <delphij@google.com>2023-10-17 10:08:30 -0700
commite1eedb08fabfd76b3b39f1cbf0e9500eceeb4e53 (patch)
tree4c16984caadbb5518c5eef3a500b12b063422195
parent245ce73206dfb52cc8da7f1138f0520daea54b1c (diff)
parent2a34f96fcc741c16e20cee13773fcb0044ef8858 (diff)
downloadlibyuv-e1eedb08fabfd76b3b39f1cbf0e9500eceeb4e53.tar.gz
Merge 10952656tmp_amf_315507370
Merged-In: Iaffccbb629609d8d545487e056381d63334254fb Change-Id: I7af43a9f2d455f6cd59d8dfabdd74a70c692d363
-rw-r--r--Android.bp7
-rw-r--r--METADATA2
2 files changed, 2 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index 8a94da24..47164744 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,13 +1,7 @@
package {
default_applicable_licenses: ["external_libyuv_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_license",
@@ -20,6 +14,7 @@ license {
"PATENTS",
],
}
+subdirs = ["files"]
cc_library {
name: "libyuv",
diff --git a/METADATA b/METADATA
index 7ceb7be3..2f8de652 100644
--- a/METADATA
+++ b/METADATA
@@ -6,7 +6,7 @@ name: "libyuv"
description: "libyuv is an open source project that includes YUV scaling and conversion functionality."
third_party {
url {
- type: GIT
+ type: ARCHIVE
value: "https://chromium.googlesource.com/libyuv/libyuv/"
}
version: "f0921806a293e3e008e6325a51d4ea760c39d2c1"