Loading core/prebuilt.mk +4 −1 Original line number Diff line number Diff line Loading @@ -13,9 +13,12 @@ else my_prefix := TARGET_ ifeq ($(TARGET_TRANSLATE_2ND_ARCH),true) # Only support prebuilt shared and static libraries for translated arch ifeq ($(filter SHARED_LIBRARIES STATIC_LIBRARIES,$(LOCAL_MODULE_CLASS)),) LOCAL_MULTILIB := first endif endif endif include $(BUILD_SYSTEM)/multilib.mk Loading Loading
core/prebuilt.mk +4 −1 Original line number Diff line number Diff line Loading @@ -13,9 +13,12 @@ else my_prefix := TARGET_ ifeq ($(TARGET_TRANSLATE_2ND_ARCH),true) # Only support prebuilt shared and static libraries for translated arch ifeq ($(filter SHARED_LIBRARIES STATIC_LIBRARIES,$(LOCAL_MODULE_CLASS)),) LOCAL_MULTILIB := first endif endif endif include $(BUILD_SYSTEM)/multilib.mk Loading