native_test.mk revision 8c141e7e9f39f679afed0e2b0de30dc1b6521740
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
8LOCAL_MULTILIB := both
9
10include $(BUILD_EXECUTABLE)
11