OSDN Git Service

android: build with c++11 on android lollipop
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 22 Aug 2015 09:07:34 +0000 (11:07 +0200)
committerMauro Rossi <mauro.rossi@inwind.it>
Fri, 15 Jul 2016 22:04:22 +0000 (00:04 +0200)
commitd993d27275f6702e7500858976251e9087b466a2
tree37126b60f507a87957aefd82dc808b43bf51b374
parent4ed07a4be09818aeadebc87da6ffad74e14f4073
android: build with c++11 on android lollipop

lollipop-x86 needs -std=c++11 (build with libcxx),
while kitkat-x86 cannot use -std=c++11

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Android.common.mk