Fix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work properly in the NDK build system.

This commit is contained in:
David 'Digit' Turner
2009-05-19 13:04:07 +02:00
parent bae86257b5
commit 0b96565afe

View File

@@ -264,7 +264,7 @@ NDK_APP_VARS_REQUIRED := APP_MODULES APP_PROJECT_PATH
NDK_APP_VARS_OPTIONAL := APP_OPTIM APP_CPPFLAGS APP_CFLAGS APP_CXXFLAGS NDK_APP_VARS_OPTIONAL := APP_OPTIM APP_CPPFLAGS APP_CFLAGS APP_CXXFLAGS
# the list of all variables that may appear in an Application.mk file # the list of all variables that may appear in an Application.mk file
NDK_APP_VARS := $(NDK_APP_VARS_REQUIRED) $(NDK_APPS_VARS_OPTIONAL) NDK_APP_VARS := $(NDK_APP_VARS_REQUIRED) $(NDK_APP_VARS_OPTIONAL)
# ============================================================================= # =============================================================================
# #