blob: 54c6577fdb8a2c8a1f2713386d0df20e35d79c37 [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
Mitch Phillipsee8f4a02019-05-01 14:37:33 -07007LOCAL_SANITIZE += fuzzer
Dan Albert36b6f042015-07-30 16:56:30 -07008LOCAL_STATIC_LIBRARIES += libLLVMFuzzer
9
10include $(BUILD_HOST_EXECUTABLE)