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:
Pirama Arumuga Nainar 2017-08-03 11:33:56 -07:00
parent c18f55ca2b
commit ac5603a979
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ cc_binary_host {
],
shared_libs: [
"libclang",
"libLLVM",
"libclang_android",
"libLLVM_android",
"libbase",
],