Reland "Add libdl_android as a bootstrap library".

Necessary after moving it into the Runtime APEX, as several framework
libraries loaded during early boot depends on it, e.g. libvndksupport.so,
libvulkan.so, and libgraphicsenv.so.

Test: build & boot
Bug: 135753770
Bug: 144343305
Change-Id: Ia95349e377605d709fae74d966bd4f2324eaf604
This commit is contained in:
Martin Stjernholm 2019-11-11 15:33:32 +00:00
parent 74a4605a6d
commit 15ca2ffbb2
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ PRODUCT_PACKAGES += \
libcamera2ndk \
libcutils \
libdl.bootstrap \
libdl_android.bootstrap \
libdrmframework \
libdrmframework_jni \
libEGL \