am 7dcbc563
: Merge "Fix a typo in my_cppflags assignment."
* commit '7dcbc563f8811259809b754d0c0edc717e1476e6': Fix a typo in my_cppflags assignment.
This commit is contained in:
@@ -986,7 +986,7 @@ endif
|
||||
|
||||
ifeq ($(my_clang),true)
|
||||
my_cflags += $(LOCAL_CLANG_CFLAGS)
|
||||
my_cpplags += $(LOCAL_CLANG_CPPFLAGS)
|
||||
my_cppflags += $(LOCAL_CLANG_CPPFLAGS)
|
||||
my_asflags += $(LOCAL_CLANG_ASFLAGS)
|
||||
my_ldflags += $(LOCAL_CLANG_LDFLAGS)
|
||||
my_cflags += $(LOCAL_CLANG_CFLAGS_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)) $(LOCAL_CLANG_CFLAGS_$(my_32_64_bit_suffix))
|
||||
|
Reference in New Issue
Block a user