sdm660-common: device: Build mtdservice interface lib from source
Change-Id: Ie739f283c4be1b77d57aaee1941ed46957da1d1a Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
15b9429711
commit
20c097ecbf
2 changed files with 2 additions and 10 deletions
|
@ -78,15 +78,6 @@ function blob_fixup() {
|
|||
"${PATCHELF}" --remove-needed "android.hidl.base@1.0.so" "${2}"
|
||||
;;
|
||||
|
||||
vendor/bin/mlipayd@1.1)
|
||||
"${PATCHELF}" --remove-needed vendor.xiaomi.hardware.mtdservice@1.0.so "${2}"
|
||||
;;
|
||||
|
||||
vendor/lib64/libmlipay.so | vendor/lib64/libmlipay@1.1.so)
|
||||
"${PATCHELF}" --remove-needed vendor.xiaomi.hardware.mtdservice@1.0.so "${2}"
|
||||
sed -i "s|/system/etc/firmware|/vendor/firmware\x0\x0\x0\x0|g" "${2}"
|
||||
;;
|
||||
|
||||
vendor/lib/hw/camera.sdm660.so)
|
||||
"${PATCHELF}" --add-needed camera.sdm660_shim.so "${2}"
|
||||
;;
|
||||
|
|
|
@ -373,7 +373,8 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Mlipay
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.xiaomi.hardware.mlipay@1.1.vendor
|
||||
vendor.xiaomi.hardware.mlipay@1.1.vendor \
|
||||
vendor.xiaomi.hardware.mtdservice@1.0.vendor
|
||||
|
||||
# Net
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue