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 <issor.oruam@gmail.com>
Mon, 20 Mar 2017 23:15:04 +0000 (00:15 +0100)
commit65d33118db18fa0745ded1d98667778a26349ce2
treee873e343c19321af4c58823edf17a32ed918d208
parent3d3d71da54d838b7bd2f8f26ecbb1d080ac0454d
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