sample_app: enable C++11 for Android builds

Also add the -D__STDC_LIMIT_MACROS definition as we rely on UINTPTR_MAX.

Review URL: https://codereview.chromium.org/1801913002/
This commit is contained in:
Patrick Linehan 2016-03-14 14:52:00 -04:00 committed by Mike Frysinger
parent 6ce752d741
commit c1848484e1

View file

@ -29,3 +29,4 @@
APP_STL := stlport_static
APP_ABI := all
APP_CXXFLAGS := -std=c++11 -D__STDC_LIMIT_MACROS