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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user