Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: android-v8-options.gypi

Issue 29748587: Issue 6063, 6531 - Update V8 to 6.5.254.41, use C++14 and NDK-r16b (Closed) Base URL: https://github.com/adblockplus/libadblockplus@549616e865707b89e95659d55c70e22d63130ce5
Patch Set: fix and simplify build for Windows Created April 18, 2018, 6:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile ('k') | appveyor.yml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android-v8-options.gypi
diff --git a/android-v8-options.gypi b/android-v8-options.gypi
index 706bcf7377f052148105d0630eb8728b3b2bf515..b3400d9af4f53367e010abff8d466c543de529de 100644
--- a/android-v8-options.gypi
+++ b/android-v8-options.gypi
@@ -2,6 +2,7 @@
'variables': {
'want_separate_host_toolset%': 1,
'android_ndk_root': '<!(echo ${ANDROID_NDK_ROOT})',
+ 'android_ndk_version': 'r16b',
'clang_dir': '/usr/',
'make_clang_dir': '/usr/',
},
« no previous file with comments | « Makefile ('k') | appveyor.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld