native_test.mk revision ad10cc76b6741b4e2efdb7bb55a1c95e6a1b027f
1###########################################
2## A thin wrapper around BUILD_EXECUTABLE
3## Common flags for native tests are added.
4###########################################
5
6include $(BUILD_SYSTEM)/target_test_internal.mk
7
8ifndef LOCAL_MULTILIB
9ifndef LOCAL_32_BIT_ONLY
10LOCAL_MULTILIB := both
11endif
12endif
13
14include $(BUILD_EXECUTABLE)
15