Merge "Allow to opt out both multilib in native test."

This commit is contained in:
Ying Wang 2014-06-11 01:03:22 +00:00 committed by Gerrit Code Review
commit c34f37c7b5
1 changed files with 4 additions and 0 deletions

View File

@ -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)