32-bit tests will build into /data/nativetest 64-bit tests will build into /data/nativetest64 Change-Id: I31492c7d1273ba18bb2577fae150008a214c3bf4
11 lines
276 B
Makefile
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)
|