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

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)