Commit 505d0f22 authored by Stewart Miles's avatar Stewart Miles Committed by Android (Google) Code Review

Merge "Removed reference to deprecated NDK toolchain version." into ub-games-master

parents 208c15f2 d06e571b
...@@ -18,5 +18,5 @@ APP_PROJECT_PATH := $(call my-dir)/.. ...@@ -18,5 +18,5 @@ APP_PROJECT_PATH := $(call my-dir)/..
APP_STL := gnustl_static APP_STL := gnustl_static
APP_ABI := armeabi-v7a APP_ABI := armeabi-v7a
NDK_TOOLCHAIN_VERSION := 4.8
APP_CPPFLAGS += -std=c++11 APP_CPPFLAGS += -std=c++11
...@@ -18,5 +18,5 @@ APP_PROJECT_PATH := $(call my-dir)/.. ...@@ -18,5 +18,5 @@ APP_PROJECT_PATH := $(call my-dir)/..
APP_STL := gnustl_static APP_STL := gnustl_static
APP_ABI := armeabi-v7a APP_ABI := armeabi-v7a
NDK_TOOLCHAIN_VERSION := 4.8
APP_CPPFLAGS += -std=c++11 APP_CPPFLAGS += -std=c++11
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment