blob: 12df8c1f6f27f317acc2dcb6382150dde1e68176 [file] [log] [blame]
cc_prebuilt_shared_library {
name: "libLLVM",
host_supported: true,
target: {
linux_x86_64: {
srcs: ["linux/lib64/libLLVM.so"],
},
darwin_x86_64: {
srcs: ["darwin/lib64/libLLVM.dylib"],
},
// TODO(ccross): this is necessary because the prebuilt module must have
// all the variants that are in the source module. Ideally Soong's
// arch mutator should handle this.
windows: {
enabled: true,
}
},
prefer: false,
}