Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd76c34a authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

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

* commit 'c34f37c7':
  Allow to opt out both multilib in native test.
parents 49d9a894 c34f37c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)