blob: e917959df96eff34f8b922e9af2c47b38c74fe7a [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################################################
5
6LOCAL_CFLAGS += -fsanitize-coverage=edge,indirect-calls,8bit-counters
7LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
8
9include $(BUILD_HOST_EXECUTABLE)