aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2023-06-01 10:53:18 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-06-01 19:25:27 +0000
commit1cd65f78653f3425e052b47b3aef7f651c273e0e (patch)
treeb78b1fdb8a70f7f4bc46608da9563c3d9270045b
parentf713f69be9a78b66c0ab763be43c29ee49a73df3 (diff)
downloadlibyuv-1cd65f78653f3425e052b47b3aef7f651c273e0e.tar.gz
Android.bp: Add -DLIBYUV_UNLIMITED_DATA flag
This was added in the android internal master here: ag/19780505. This keeps the upstream checkout in sync with the android snapshot. Bug: b/268505204 Change-Id: Ie821ebb6914c208b0cfa7127faf56ad2bcece6ac Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4581052 Reviewed-by: Wan-Teh Chang <wtc@google.com> Commit-Queue: Vignesh Venkatasubramanian <vigneshv@google.com> Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9811a7b3..d02b56f3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -82,6 +82,7 @@ cc_library {
"-Wno-unused-parameter",
"-fexceptions",
"-DHAVE_JPEG",
+ "-DLIBYUV_UNLIMITED_DATA",
],
arch: {