forked from openkylin/platform_build
resolved conflicts for merge of 3e91f5ad
to jb-mr1-dev
Change-Id: I9b587bc6086e1edacc98879e43668001bf72f7db
This commit is contained in:
commit
5630521aba
|
@ -93,7 +93,8 @@ TARGET_GLOBAL_CFLAGS += \
|
|||
-fno-short-enums \
|
||||
-fstrict-aliasing \
|
||||
-funswitch-loops \
|
||||
-funwind-tables
|
||||
-funwind-tables \
|
||||
-fstack-protector
|
||||
|
||||
android_config_h := $(call select-android-config-h,target_linux-x86)
|
||||
TARGET_ANDROID_CONFIG_CFLAGS := -include $(android_config_h) -I $(dir $(android_config_h))
|
||||
|
|
Loading…
Reference in New Issue