about summary refs log tree commit diff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
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++",
   ],
 }