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

Commit ad10cc76 authored by Ying Wang's avatar Ying Wang
Browse files

Allow to opt out both multilib in native test.

This fixes error no 64-bit libdvm for dalvik-vm-unit-tests.

Change-Id: Ieb21b3b636facbff32c62bca8bba1df6d21377c6
parent cec9dc14
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)