aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 51b3612d0c8e..c5740d201a92 100644
--- a/Android.bp
+++ b/Android.bp
@@ -200,9 +200,10 @@ llvm_aarch64_static_libraries = [
"libLLVMAArch64Disassembler",
]
-cc_library_shared {
+cc_library {
host_supported: true,
name: "libLLVM_android",
+ vendor_available: true,
defaults: [
"llvm-defaults",
"force_build_llvm_components",