sm6150-common: Include libdpps
W SDM : DisplayBuiltIn::Init: Failed to load Dpps lib libdpps.so * [npjohnson]: Pull in missing deps too. Change-Id: Ic933c1f20b643033e7e89a36d25c4ff8afb70913
This commit is contained in:
committed by
basamaryan
parent
4d7ddbdb8e
commit
de52f6903d
60
Android.bp
60
Android.bp
@@ -4301,6 +4301,32 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libdisplayqos",
|
name: "libdisplayqos",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -4357,6 +4383,40 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libdrmfs",
|
name: "libdrmfs",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
|
|||||||
BIN
proprietary/vendor/lib64/libdisp-aba.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libdisp-aba.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libdpps.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libdpps.so
vendored
Normal file
Binary file not shown.
@@ -240,8 +240,10 @@ PRODUCT_PACKAGES += \
|
|||||||
libconfigdb \
|
libconfigdb \
|
||||||
libcpion \
|
libcpion \
|
||||||
libdataitems \
|
libdataitems \
|
||||||
|
libdisp-aba \
|
||||||
libdisplayqos \
|
libdisplayqos \
|
||||||
libdpmqmihal \
|
libdpmqmihal \
|
||||||
|
libdpps \
|
||||||
libdrmfs \
|
libdrmfs \
|
||||||
libdrmtime \
|
libdrmtime \
|
||||||
libdsi_netctrl \
|
libdsi_netctrl \
|
||||||
|
|||||||
Reference in New Issue
Block a user