summaryrefslogtreecommitdiffstats
path: root/core/native_test.mk
blob: bc7f2e7aa2a5ac234ebd5922879934e5f6bdcd4b (plain)
1
2
3
4
5
6
7
8
9
10
###########################################
## 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)