Home | History | Annotate | Download | only in valgrind
      1 include $(CLEAR_VARS)
      2 
      3 LOCAL_MULTILIB := first
      4 LOCAL_MODULE := vg-$(test)
      5 LOCAL_SRC_FILES := none/tests/$(TARGET_ARCH)/$(test).c
      6 
      7 include $(BUILD_NATIVE_TEST)
      8