Dan Albert | 36b6f04 | 2015-07-30 16:56:30 -0700 | [diff] [blame^] | 1 | ################################################ |
2 | ## A thin wrapper around BUILD_HOST_EXECUTABLE | ||||
3 | ## Common flags for host fuzz tests are added. | ||||
4 | ################################################ | ||||
5 | |||||
6 | LOCAL_CFLAGS += -fsanitize-coverage=edge,indirect-calls,8bit-counters | ||||
7 | LOCAL_STATIC_LIBRARIES += libLLVMFuzzer | ||||
8 | |||||
9 | include $(BUILD_HOST_EXECUTABLE) |