Merge "Allow to opt out both multilib in native test."
This commit is contained in:
commit
c34f37c7b5
|
@ -5,6 +5,10 @@
|
|||
|
||||
include $(BUILD_SYSTEM)/target_test_internal.mk
|
||||
|
||||
ifndef LOCAL_MULTILIB
|
||||
ifndef LOCAL_32_BIT_ONLY
|
||||
LOCAL_MULTILIB := both
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
|
Loading…
Reference in New Issue