blob: 86229113f82a7300a4ec7fa8ceb139992d21cd6d [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################################################
Dan Willemsen3bf15e72016-07-25 16:03:53 -07005$(call record-module-type,HOST_FUZZ_TEST)
Dan Albert36b6f042015-07-30 16:56:30 -07006
Dan Austin9978b522017-06-28 15:26:38 -07007LOCAL_CFLAGS += -fsanitize-coverage=trace-pc-guard
Dan Albert36b6f042015-07-30 16:56:30 -07008LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
9
10include $(BUILD_HOST_EXECUTABLE)