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

Unified Diff: Makefile

Issue 5163715573841920: Issue 768 - Switch from TR1 to C++11 (Closed)
Patch Set: fix including of <memory> Created Aug. 7, 2015, 6:07 a.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 | « no previous file | README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index e0f1f2fe0db325fc290094a103c1ea3d0991f05b..b8900fab874df7531ce11697075dfa095ad21af6 100644
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,9 @@ android: v8_android
$(ANDROID_NDK_ROOT)/ndk-build -C build installed_modules \
BUILDTYPE=Release \
APP_PLATFORM=android-9 \
- APP_STL=gnustl_static \
+ APP_STL=c++_static \
APP_BUILD_SCRIPT=Makefile \
+ NDK_TOOLCHAIN_VERSION=clang3.4 \
NDK_PROJECT_PATH=. \
NDK_OUT=. \
NDK_APP_DST_DIR=android_arm.release
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld