am 0b96565a: Fix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work properly in the NDK build system.
Merge commit '0b96565afea3f1b1a6e4585a75c9bd6c2ea74a63' * commit '0b96565afea3f1b1a6e4585a75c9bd6c2ea74a63': Fix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work properly in the NDK build system.
This commit is contained in:
committed by
The Android Open Source Project
commit
f9a37173e8
@@ -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)
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user