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 7LOCAL_CFLAGS += -fsanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp 8LOCAL_STATIC_LIBRARIES += libLLVMFuzzer 9 10include $(BUILD_HOST_EXECUTABLE) 11