2010-07-21 02:08:47 +08:00
|
|
|
###########################################
|
|
|
|
## A thin wrapper around BUILD_EXECUTABLE
|
|
|
|
## Common flags for native tests are added.
|
|
|
|
###########################################
|
|
|
|
|
2014-02-05 14:09:16 +08:00
|
|
|
include $(BUILD_SYSTEM)/target_test_internal.mk
|
2010-07-21 02:08:47 +08:00
|
|
|
|
2014-06-11 08:52:20 +08:00
|
|
|
ifndef LOCAL_MULTILIB
|
|
|
|
ifndef LOCAL_32_BIT_ONLY
|
2014-03-25 09:39:18 +08:00
|
|
|
LOCAL_MULTILIB := both
|
2014-06-11 08:52:20 +08:00
|
|
|
endif
|
|
|
|
endif
|
2014-03-25 09:39:18 +08:00
|
|
|
|
2010-07-21 02:08:47 +08:00
|
|
|
include $(BUILD_EXECUTABLE)
|