2015-07-31 07:56:30 +08:00
|
|
|
################################################
|
|
|
|
## A thin wrapper around BUILD_HOST_EXECUTABLE
|
|
|
|
## Common flags for host fuzz tests are added.
|
|
|
|
################################################
|
|
|
|
|
2015-09-19 02:54:43 +08:00
|
|
|
LOCAL_CFLAGS += -fsanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
|
2015-07-31 07:56:30 +08:00
|
|
|
LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
|
|
|
|
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|