mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 07:49:58 +00:00
rosemary: gnss: Remove ndk_platform backend. Use the ndk backend.
The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. Bug: 161456198 Test: m Merged-In: Id16039722fd70d4e2e934a0988f13a768ce833ec Change-Id: Id16039722fd70d4e2e934a0988f13a768ce833ec
This commit is contained in:
committed by
Matsvei Niaverau
parent
c36d873f1f
commit
36c694ab53
@@ -55,6 +55,10 @@ fi
|
||||
|
||||
function blob_fixup {
|
||||
case "$1" in
|
||||
vendor/bin/hw/android.hardware.gnss-service.mediatek |\
|
||||
vendor/lib64/hw/android.hardware.gnss-impl-mediatek.so)
|
||||
"$PATCHELF" --replace-needed "android.hardware.gnss-V1-ndk_platform.so" "android.hardware.gnss-V1-ndk.so" "$2"
|
||||
;;
|
||||
vendor/bin/hw/vendor.mediatek.hardware.mtkpower@1.0-service)
|
||||
"${PATCHELF}" --replace-needed "android.hardware.power-V2-ndk_platform.so" "android.hardware.power-V2-ndk.so" "${2}"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user