2015-07-31 07:56:30 +08:00
|
|
|
################################################
|
|
|
|
## A thin wrapper around BUILD_HOST_EXECUTABLE
|
|
|
|
## Common flags for host fuzz tests are added.
|
|
|
|
################################################
|
2016-07-26 07:03:53 +08:00
|
|
|
$(call record-module-type,HOST_FUZZ_TEST)
|
2015-07-31 07:56:30 +08:00
|
|
|
|
2017-08-22 05:07:42 +08:00
|
|
|
LOCAL_CFLAGS += -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp
|
2015-07-31 07:56:30 +08:00
|
|
|
LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
|
|
|
|
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|