OSDN Git Service

kernel.mk: remove the module dir on errors
[android-x86/build.git] / core / native_test.mk
1 ###########################################
2 ## A thin wrapper around BUILD_EXECUTABLE
3 ## Common flags for native tests are added.
4 ###########################################
5
6 include $(BUILD_SYSTEM)/target_test_internal.mk
7
8 ifndef LOCAL_MULTILIB
9 ifndef LOCAL_32_BIT_ONLY
10 LOCAL_MULTILIB := both
11 endif
12 endif
13
14 include $(BUILD_EXECUTABLE)