aboutsummaryrefslogtreecommitdiff
path: root/build_overrides
diff options
context:
space:
mode:
authorRubin Xu <rubinxu@google.com>2019-02-07 16:01:35 +0000
committerRubin Xu <rubinxu@google.com>2019-03-04 17:33:22 +0000
commit2894c6aa01bdd1c031c453cacab7b5fec4dc7809 (patch)
tree7b5ab135bd37b3f6661638231bb043f3c82328ec /build_overrides
parent1a4b825c997dfe9ab3540da0b5e3693f9951af0c (diff)
downloadv8-2894c6aa01bdd1c031c453cacab7b5fec4dc7809.tar.gz
Upgrade V8 to 7.0.276.40
Bug: 117554758 Bug: 117555811 Bug: 117556606 Bug: 117556220 Bug: 117607414 Bug: 117606285 Test: atest com.google.android.gts.devicepolicy.DeviceOwnerTest#testProxyPacProxyTest Test: atest proxy_resolver_v8_unittest Change-Id: I2e02d994f107e64e4f465b4d8a02d4159a95240e
Diffstat (limited to 'build_overrides')
-rw-r--r--build_overrides/build.gni5
1 files changed, 1 insertions, 4 deletions
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index 8dcaf3a2..e4dcf1cc 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -2,16 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-mac_sdk_min_build_override = "10.10"
-mac_deployment_target_build_override = "10.7"
-
# Variable that can be used to support multiple build scenarios, like having
# Chromium specific targets in a client project's GN file etc.
build_with_chromium = false
# Uncomment these to specify a different NDK location and version in
# non-Chromium builds.
-# default_android_ndk_root = "//third_party/android_tools/ndk"
+# default_android_ndk_root = "//third_party/android_ndk"
# default_android_ndk_version = "r10e"
# Some non-Chromium builds don't support building java targets.