2015-07-31 01:56:30 +02:00
|
|
|
################################################
|
|
|
|
## A thin wrapper around BUILD_HOST_EXECUTABLE
|
|
|
|
## Common flags for host fuzz tests are added.
|
|
|
|
################################################
|
2016-07-26 01:03:53 +02:00
|
|
|
$(call record-module-type,HOST_FUZZ_TEST)
|
2015-07-31 01:56:30 +02:00
|
|
|
|
2015-09-18 20:54:43 +02:00
|
|
|
LOCAL_CFLAGS += -fsanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
|
2015-07-31 01:56:30 +02:00
|
|
|
LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
|
|
|
|
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|