Home
last modified time | relevance | path

Searched refs:APP_CFLAGS (Results 1 – 9 of 9) sorted by relevance

/ndk/tests/build/issue17144-byteswap/
Dbuild.sh24 $NDK/ndk-build -B APP_ABI=armeabi-v7a APP_CFLAGS=-save-temps NDK_DEBUG=1
34 $NDK/ndk-build -B APP_ABI=x86 APP_CFLAGS=-save-temps NDK_DEBUG=1
46 $NDK/ndk-build -B APP_ABI=mips APP_CFLAGS="-save-temps -mips32r2" NDK_DEBUG=1
/ndk/tests/build/b14811006-GOT_PREL-optimization/
Dbuild.sh53 $NDK/ndk-build -B APP_ABI=$ABI APP_CFLAGS=-save-temps
/ndk/tests/build/issue64679-prctl/
Dbuild.sh22 …$ANDROID_NDK_ROOT/ndk-build -B APP_CFLAGS=-DHEADER=\"\<$HEADER\>\" APP_PLATFORM=android-$API_LEVEL…
/ndk/tests/device/test-basic-exceptions/
DREADME5 and that's it. Alternatively, use it in APP_CFLAGS to add the flag to all your
/ndk/tests/
Drun-tests.sh486 … $WINE cmd /c Z:$NDK/ndk-build.cmd -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS"
491 … run $WINE cmd /c Z:$NDK/ndk-build.cmd "$@" -j1 APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS"
494 run $NDK/ndk-build -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS"
/ndk/build/core/
Dadd-application.mk270 APP_CFLAGS := $(strip $(APP_CFLAGS))
Ddefinitions.mk1265 NDK_APP_VARS_OPTIONAL := APP_OPTIM APP_CPPFLAGS APP_CFLAGS APP_CONLY_FLAGS APP_CXXFLAGS \
/ndk/docs/text/
DAPPLICATION-MK.text96 APP_CFLAGS
113 + APP_CFLAGS += -Isources/bar
117 + APP_CFLAGS += -I$(LOCAL_PATH)/../bar
138 > You can now use APP_CFLAGS for flags that shall apply to C and
DCHANGES.text331 but not C++. The reason being that the existing LOCAL_CFLAGS and APP_CFLAGS are
2815 Also fixed APP_CPPFLAGS / APP_CFLAGS / APP_CXXFLAGS correspondingly.