am f1b35fb1: am fd76c34a: am c34f37c7: Merge "Allow to opt out both multilib in native test."

* commit 'f1b35fb159cb823be2172ecdf425e902d6c1bbc3':
  Allow to opt out both multilib in native test.
This commit is contained in:
Ying Wang
2014-06-11 20:49:55 +00:00
committed by Android Git Automerger

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)