Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2075)

Unified Diff: android/sample_app/jni/Application.mk

Issue 1801913002: Enable C++11 for Android builds. It is now required by bits of the Breakpad code. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/sample_app/jni/Application.mk
diff --git a/android/sample_app/jni/Application.mk b/android/sample_app/jni/Application.mk
index 366ce29f78bfc48d5a9ee5cfd9a08610ccd57eea..9728017d3f68eb72b16ff9f49cdf1f880b7d5aa5 100644
--- a/android/sample_app/jni/Application.mk
+++ b/android/sample_app/jni/Application.mk
@@ -29,3 +29,4 @@
APP_STL := stlport_static
APP_ABI := all
+APP_CXXFLAGS := -std=c++11 -D__STDC_LIMIT_MACROS
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698