Home | History | Annotate | Download | only in core
      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)
     15