sdm710-common: clean up display stack
libdisplayconfig was replaced by libdisplayconfig.qti on R. While we are at it, build vendor.disiplay.config@1.0.vendor as well so that QSEECOMD is happy. E QSEECOMD: : Init dlopen(libsecureui.so, RLTD_NOW) is failed.... dlopen failed: library "vendor.display.config@1.0.so" not found: needed by /vendor/lib64/libsecureui.so in namespace (default) Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
parent
08f71ce1db
commit
3cacb8f7b0
1 changed files with 1 additions and 5 deletions
|
@ -149,21 +149,17 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.graphics.composer@2.3-impl \
|
|
||||||
android.hardware.graphics.composer@2.3-service \
|
android.hardware.graphics.composer@2.3-service \
|
||||||
android.hardware.graphics.mapper@2.0-impl-qti-display \
|
android.hardware.graphics.mapper@2.0-impl-qti-display \
|
||||||
android.hardware.memtrack@1.0-impl \
|
android.hardware.memtrack@1.0-impl \
|
||||||
android.hardware.memtrack@1.0-service \
|
android.hardware.memtrack@1.0-service \
|
||||||
gralloc.sdm710 \
|
gralloc.sdm710 \
|
||||||
hwcomposer.sdm710 \
|
hwcomposer.sdm710 \
|
||||||
libdisplayconfig \
|
|
||||||
libdisplayconfig.vendor \
|
|
||||||
libdisplayconfig.qti \
|
libdisplayconfig.qti \
|
||||||
libvulkan \
|
|
||||||
libdisplayconfig \
|
|
||||||
libqdMetaData \
|
libqdMetaData \
|
||||||
libqdMetaData.system \
|
libqdMetaData.system \
|
||||||
libtinyxml \
|
libtinyxml \
|
||||||
|
libvulkan \
|
||||||
vendor.display.config@1.0.vendor \
|
vendor.display.config@1.0.vendor \
|
||||||
vendor.display.config@2.0 \
|
vendor.display.config@2.0 \
|
||||||
vendor.display.config@2.0.vendor \
|
vendor.display.config@2.0.vendor \
|
||||||
|
|
Loading…
Reference in a new issue