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
|
|
|
|
2017-08-21 23:07:42 +02:00
|
|
|
LOCAL_CFLAGS += -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp
|
2015-07-31 01:56:30 +02:00
|
|
|
LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
|
|
|
|
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|