Merge "Add the honggfuzz binary as a dependency and keep symbols"

This commit is contained in:
TreeHugger Robot 2018-01-25 07:05:31 +00:00 committed by Android (Google) Code Review
commit 0b95cfdd52
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,7 @@ ifeq ($(my_fuzzer),libFuzzer)
LOCAL_STATIC_LIBRARIES += libFuzzer
else ifeq ($(my_fuzzer),honggfuzz)
LOCAL_STATIC_LIBRARIES += honggfuzz_libhfuzz
LOCAL_REQUIRED_MODULES += honggfuzz
LOCAL_LDFLAGS += \
"-Wl,--wrap=strcmp" \
"-Wl,--wrap=strcasecmp" \
@ -74,4 +74,8 @@ LOCAL_MULTILIB := both
endif
endif
ifndef LOCAL_STRIP_MODULE
LOCAL_STRIP_MODULE := keep_symbols
endif
include $(BUILD_EXECUTABLE)