aboutsummaryrefslogtreecommitdiff
path: root/files/.gn
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2023-06-12 21:28:09 +0000
committerAndroid Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com>2023-06-12 21:28:09 +0000
commit01fadae8618ea360608cc52c823a022c48f855b5 (patch)
tree303e8eabb435a80ebec36a19c23ca85744d58fb5 /files/.gn
parent435db9f11b09187e0d60683813a28d07cc13166b (diff)
downloadlibyuv-01fadae8618ea360608cc52c823a022c48f855b5.tar.gz
libyuv: Update to r1871 (2a6cb743)
Changes from upstream: https://chromium.googlesource.com/libyuv/libyuv/+log/d53f1bee..2a6cb743 The intention of the CL is to import the functions necessary to enable AV1 (and AVIF) 12-bit color conversion. Bug: 268505204 Test: Builds. Media and Camera CTS tests pass. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:27750a13c6eaacb9f716da3fe1734a8d106d7ff4) Merged-In: I756d3bd5047d4719659f9e1a449217b1940e51a4 Change-Id: I756d3bd5047d4719659f9e1a449217b1940e51a4
Diffstat (limited to 'files/.gn')
-rw-r--r--files/.gn4
1 files changed, 1 insertions, 3 deletions
diff --git a/files/.gn b/files/.gn
index a765caa5..f9a5ee6c 100644
--- a/files/.gn
+++ b/files/.gn
@@ -34,7 +34,5 @@ exec_script_whitelist = build_dotfile_settings.exec_script_whitelist +
default_args = {
mac_sdk_min = "10.12"
-
- # https://bugs.chromium.org/p/libyuv/issues/detail?id=826
- ios_deployment_target = "10.0"
+ ios_deployment_target = "12.0"
}