diff --git a/Android.bp b/Android.bp index 3940297..8a3341c 100644 --- a/Android.bp +++ b/Android.bp @@ -4301,6 +4301,32 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "libdisp-aba", + owner: "xiaomi", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libdisp-aba.so", + ], + shared_libs: [ + "libcutils", + "liblog", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "64", + prefer: true, + soc_specific: true, +} + cc_prebuilt_library_shared { name: "libdisplayqos", owner: "xiaomi", @@ -4357,6 +4383,40 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "libdpps", + owner: "xiaomi", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/libdpps.so", + ], + shared_libs: [ + "libcutils", + "libdisp-aba", + "libqdutils", + "libutils", + "liblog", + "libbinder", + "libdrm", + "libtinyxml2", + "libhidlbase", + "android.frameworks.sensorservice@1.0", + "libc++", + "libc", + "libm", + "libdl", + ], + }, + }, + compile_multilib: "64", + prefer: true, + soc_specific: true, +} + cc_prebuilt_library_shared { name: "libdrmfs", owner: "xiaomi", diff --git a/proprietary/vendor/lib64/libdisp-aba.so b/proprietary/vendor/lib64/libdisp-aba.so new file mode 100644 index 0000000..e293f5d Binary files /dev/null and b/proprietary/vendor/lib64/libdisp-aba.so differ diff --git a/proprietary/vendor/lib64/libdpps.so b/proprietary/vendor/lib64/libdpps.so new file mode 100644 index 0000000..1b7a3cc Binary files /dev/null and b/proprietary/vendor/lib64/libdpps.so differ diff --git a/sm6150-common-vendor.mk b/sm6150-common-vendor.mk index a3ea079..8ec517b 100644 --- a/sm6150-common-vendor.mk +++ b/sm6150-common-vendor.mk @@ -240,8 +240,10 @@ PRODUCT_PACKAGES += \ libconfigdb \ libcpion \ libdataitems \ + libdisp-aba \ libdisplayqos \ libdpmqmihal \ + libdpps \ libdrmfs \ libdrmtime \ libdsi_netctrl \