am 14012488: am 09cdd500: Merge "Clear all LOCAL_CLANG_*FLAGS*."
* commit '140124884050264721e22cb08f713a7da76b36d4': Clear all LOCAL_CLANG_*FLAGS*.
This commit is contained in:
commit
eca4ce832e
|
@ -207,11 +207,15 @@ LOCAL_PREBUILT_JNI_LIBS_$(TARGET_2ND_ARCH):=
|
|||
endif
|
||||
LOCAL_SRC_FILES_$(HOST_ARCH):=
|
||||
LOCAL_CFLAGS_$(HOST_ARCH):=
|
||||
LOCAL_CLANG_CFLAGS_$(HOST_ARCH):=
|
||||
LOCAL_CPPFLAGS_$(HOST_ARCH):=
|
||||
LOCAL_CLANG_CPPFLAGS_$(HOST_ARCH):=
|
||||
LOCAL_C_INCLUDES_$(HOST_ARCH):=
|
||||
LOCAL_ASFLAGS_$(HOST_ARCH):=
|
||||
LOCAL_CLANG_ASFLAGS_$(HOST_ARCH):=
|
||||
LOCAL_NO_CRT_$(HOST_ARCH):=
|
||||
LOCAL_LDFLAGS_$(HOST_ARCH):=
|
||||
LOCAL_CLANG_LDFLAGS_$(HOST_ARCH):=
|
||||
LOCAL_SHARED_LIBRARIES_$(HOST_ARCH):=
|
||||
LOCAL_STATIC_LIBRARIES_$(HOST_ARCH):=
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES_$(HOST_ARCH):=
|
||||
|
@ -221,11 +225,15 @@ LOCAL_CLANG_$(HOST_ARCH):=
|
|||
ifdef HOST_2ND_ARCH
|
||||
LOCAL_SRC_FILES_$(HOST_2ND_ARCH):=
|
||||
LOCAL_CFLAGS_$(HOST_2ND_ARCH):=
|
||||
LOCAL_CLANG_CFLAGS_$(HOST_2ND_ARCH):=
|
||||
LOCAL_CPPFLAGS_$(HOST_2ND_ARCH):=
|
||||
LOCAL_CLANG_CPPFLAGS_$(HOST_2ND_ARCH):=
|
||||
LOCAL_C_INCLUDES_$(HOST_2ND_ARCH):=
|
||||
LOCAL_ASFLAGS_$(HOST_2ND_ARCH):=
|
||||
LOCAL_CLANG_ASFLAGS_$(HOST_2ND_ARCH):=
|
||||
LOCAL_NO_CRT_$(HOST_2ND_ARCH):=
|
||||
LOCAL_LDFLAGS_$(HOST_2ND_ARCH):=
|
||||
LOCAL_CLANG_LDFLAGS_$(HOST_2ND_ARCH):=
|
||||
LOCAL_SHARED_LIBRARIES_$(HOST_2ND_ARCH):=
|
||||
LOCAL_STATIC_LIBRARIES_$(HOST_2ND_ARCH):=
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES_$(HOST_2ND_ARCH):=
|
||||
|
|
Loading…
Reference in New Issue