Remove TARGET_TRANSLATE_2ND_ARCH
TARGET_TRANSLATE_2ND_ARCH is never set to true any more, TARGET_NATIVE_BRIDGE_ARCH := arm is always used instead. Bug: 141242600 Test: m checkbuild Change-Id: Id3e0614a1d8a088d37929655b74fecd812606db2
This commit is contained in:
@@ -7,14 +7,6 @@ $(call record-module-type,PACKAGE)
|
||||
my_prefix := TARGET_
|
||||
include $(BUILD_SYSTEM)/multilib.mk
|
||||
|
||||
ifeq ($(TARGET_TRANSLATE_2ND_ARCH),true)
|
||||
ifeq ($(TARGET_SUPPORTS_64_BIT_APPS),true)
|
||||
my_module_multilib := first
|
||||
else ifneq ($(my_module_multilib),64)
|
||||
my_module_multilib := first
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_SUPPORTS_32_BIT_APPS)|$(TARGET_SUPPORTS_64_BIT_APPS),true|true)
|
||||
# packages default to building for either architecture,
|
||||
# the preferred if its supported, otherwise the non-preferred.
|
||||
|
Reference in New Issue
Block a user