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:
Colin Cross
2019-09-17 14:47:55 -07:00
parent 5ae5da1345
commit 02b50d12be
9 changed files with 2 additions and 129 deletions

View File

@@ -20,15 +20,6 @@ endif
ifneq (true,$(my_skip_this_target))
$(call record-module-type,EXECUTABLE)
ifeq ($(TARGET_TRANSLATE_2ND_ARCH),true)
# If a native test explicity specifies to build only for the translation arch,
# we'll still need LOCAL_MULTILIB=both and let module_arch_supported.mk choose
# to build only for TARGET_2ND_ARCH.
ifneq (1,$(words $(LOCAL_MODULE_TARGET_ARCH)))
LOCAL_MULTILIB := first
endif
endif
my_prefix := TARGET_
include $(BUILD_SYSTEM)/multilib.mk