• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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