diff options
| author | Joey Jiao <joeyjiaojg@163.com> | 2021-01-19 09:44:59 +0800 |
|---|---|---|
| committer | Joey Jiao <joeyjiaojg@163.com> | 2021-01-20 15:46:41 +0800 |
| commit | ac1117ffaeec0bd3c593063a05d8aa000d162d47 (patch) | |
| tree | 6e91c4541fddc2d5c4626dfb643a6f918d94a35d /Android.bp | |
| parent | 7ad8f6c7176c26c4fdbd80cec33f969235055839 (diff) | |
| download | afl++-ac1117ffaeec0bd3c593063a05d8aa000d162d47.tar.gz | |
android: Fix runtime for mutator
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index bd23d1d1..5d6f0433 100644 --- a/Android.bp +++ b/Android.bp @@ -135,6 +135,8 @@ cc_binary_host { "-DCLANGPP_BIN=\"prebuilts/clang/host/linux-x86/clang-r383902b/bin/clang++\"", "-DAFL_REAL_LD=\"prebuilts/clang/host/linux-x86/clang-r383902b/bin/ld.lld\"", "-DLLVM_LTO=1", + "-DLLVM_MAJOR=11", + "-DLLVM_MINOR=2", ], srcs: [ @@ -145,8 +147,6 @@ cc_binary_host { symlinks: [ "afl-clang-fast", "afl-clang-fast++", - "afl-clang-lto", - "afl-clang-lto++", ], } |
