summaryrefslogtreecommitdiffstats
path: root/core/native_test.mk
blob: 93b7e1a9013b9cdcc01d94203a068d716c9d8266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###########################################
## A thin wrapper around BUILD_EXECUTABLE
## Common flags for native tests are added.
###########################################

include $(BUILD_SYSTEM)/target_test_internal.mk

ifndef LOCAL_MULTILIB
ifndef LOCAL_32_BIT_ONLY
LOCAL_MULTILIB := both
endif
endif

include $(BUILD_EXECUTABLE)