blob: 1c9eed2c7179e5679a42db5d9db80753933a9eab [file] [log] [blame]
Dan Albert36b6f042015-07-30 16:56:30 -07001################################################
2## A thin wrapper around BUILD_HOST_EXECUTABLE
3## Common flags for host fuzz tests are added.
4################################################
Dan Willemsen1684b322016-07-25 16:03:53 -07005$(call record-module-type,HOST_FUZZ_TEST)
Dan Albert36b6f042015-07-30 16:56:30 -07006
Ivan Krasin74b32b82015-09-18 11:54:43 -07007LOCAL_CFLAGS += -fsanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
Dan Albert36b6f042015-07-30 16:56:30 -07008LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
9
10include $(BUILD_HOST_EXECUTABLE)