github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/core/host_fuzz_test.mk (about)

     1  ################################################
     2  ## A thin wrapper around BUILD_HOST_EXECUTABLE
     3  ## Common flags for host fuzz tests are added.
     4  ################################################
     5  $(call record-module-type,HOST_FUZZ_TEST)
     6  
     7  LOCAL_CFLAGS += -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp
     8  LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
     9  
    10  include $(BUILD_HOST_EXECUTABLE)