forked from openkylin/platform_build
Install shared library dependencies for 64-bit windows
Test: m host_cross_libandroidicu_64; see libs in out/host/windows-x86/lib64 Change-Id: Ibf816aeb96e70b70cfcb9b58df9605c3af87db39
This commit is contained in:
parent
7b3a8fb7ec
commit
b88f792d25
|
@ -832,6 +832,9 @@ endif
|
|||
$(call update-host-shared-libs-deps-for-suites)
|
||||
ifdef HOST_CROSS_OS
|
||||
$(call resolve-shared-libs-depes,HOST_CROSS_,,true)
|
||||
ifdef HOST_CROSS_2ND_ARCH
|
||||
$(call resolve-shared-libs-depes,HOST_CROSS_,true,true)
|
||||
endif
|
||||
endif
|
||||
|
||||
# Pass the shared libraries dependencies to prebuilt ELF file check.
|
||||
|
|
Loading…
Reference in New Issue