am 49d06286: am 7dcbc563: Merge "Fix a typo in my_cppflags assignment."
* commit '49d062864b0cc4211377678ba5337acb20aa86fa': Fix a typo in my_cppflags assignment.
This commit is contained in:
commit
73e8a52436
|
@ -991,7 +991,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))
|
||||
|
|
Loading…
Reference in New Issue