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
Change-Id: I5862ba57485bdaffd452aac47c5931863823075d
This commit is contained in:
Martin Stjernholm 2019-11-06 00:24:13 +00:00
parent db49de8560
commit 88ff58f8a7
1 changed files with 1 additions and 0 deletions

View File

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