aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp8
-rw-r--r--METADATA2
2 files changed, 3 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index 2dd8561d..9fef2f3e 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",
@@ -82,6 +77,7 @@ cc_library {
"-Wno-unused-parameter",
"-fexceptions",
"-DHAVE_JPEG",
+ "-DLIBYUV_UNLIMITED_DATA",
],
arch: {
diff --git a/METADATA b/METADATA
index 5508de20..d43f06e0 100644
--- a/METADATA
+++ b/METADATA
@@ -5,7 +5,7 @@ description:
third_party {
url {
- type: GIT
+ type: ARCHIVE
value: "https://chromium.googlesource.com/libyuv/libyuv/"
}
version: "2a6cb7431939faba1b40d3f08883847f0cf63572"