From 1cd65f78653f3425e052b47b3aef7f651c273e0e Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Thu, 1 Jun 2023 10:53:18 -0700 Subject: 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 Commit-Queue: Vignesh Venkatasubramanian Reviewed-by: Mirko Bonadei --- Android.bp | 1 + 1 file changed, 1 insertion(+) 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: { -- cgit v1.2.3