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: Created April 10, 2018, 1:45 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
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/',
},

Powered by Google App Engine
This is Rietveld