import os ; ANDROID_TOOLCHAIN = [ os.environ ANDROID_TOOLCHAIN ] ; android_api = [ os.environ android_api ] ; using clang : x86_64 : $(ANDROID_TOOLCHAIN)/bin/x86_64-linux-android$(android_api)-clang++ : -fPIC -std=c++14 -DANDROID -fno-strict-aliasing -fvisibility=hidden -static-libstdc++ # debug information -g -gdwarf-4 -fdebug-macro -ggdb ;