Files
build/core/native_test.mk
Colin Cross 8c141e7e9f build native tests for 32-bit and 64-bit
32-bit tests will build into /data/nativetest
64-bit tests will build into /data/nativetest64

Change-Id: I31492c7d1273ba18bb2577fae150008a214c3bf4
2014-03-26 13:13:23 -07:00

11 lines
276 B
Makefile

###########################################
## A thin wrapper around BUILD_EXECUTABLE
## Common flags for native tests are added.
###########################################
include $(BUILD_SYSTEM)/target_test_internal.mk
LOCAL_MULTILIB := both
include $(BUILD_EXECUTABLE)