Make versioner depend on lib{LLVM,clang}_android.so
Bug: http://b/64121881 The modules built in the Android tree are now named lib{LLVM,clang}_android.so. Let versioner depend on these temporarily before eventually depending on the prebuilt libraries. Test: aosp_marlin checkbuild with FORCE_BUILD_LLVM_COMPONENTS set and unset. Change-Id: I4e04dd2c74a19e0918f81bac04c1daee63ed6b24
This commit is contained in:
parent
c18f55ca2b
commit
ac5603a979
|
@ -16,8 +16,8 @@ cc_binary_host {
|
|||
],
|
||||
|
||||
shared_libs: [
|
||||
"libclang",
|
||||
"libLLVM",
|
||||
"libclang_android",
|
||||
"libLLVM_android",
|
||||
"libbase",
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue