Loading core/binary.mk +5 −3 Original line number Diff line number Diff line Loading @@ -133,10 +133,12 @@ endif # clang is enabled by default for host builds # enable it unless we've specifically disabled clang above ifdef LOCAL_IS_HOST_MODULE ifneq($(HOST_OS),windows) ifeq ($(my_clang),) my_clang := true endif endif endif # arch-specific static libraries go first so that generic ones can depend on them my_static_libraries := $(LOCAL_STATIC_LIBRARIES_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)) $(LOCAL_STATIC_LIBRARIES_$(my_32_64_bit_suffix)) $(my_static_libraries) Loading Loading
core/binary.mk +5 −3 Original line number Diff line number Diff line Loading @@ -133,10 +133,12 @@ endif # clang is enabled by default for host builds # enable it unless we've specifically disabled clang above ifdef LOCAL_IS_HOST_MODULE ifneq($(HOST_OS),windows) ifeq ($(my_clang),) my_clang := true endif endif endif # arch-specific static libraries go first so that generic ones can depend on them my_static_libraries := $(LOCAL_STATIC_LIBRARIES_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)) $(LOCAL_STATIC_LIBRARIES_$(my_32_64_bit_suffix)) $(my_static_libraries) Loading