From 36c694ab534501053dbeba23a73e76ff1f1855b4 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 1 Nov 2023 09:14:33 +0100 Subject: [PATCH] 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 --- extract-files.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extract-files.sh b/extract-files.sh index 93ab4ec..8baa1e0 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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}" ;;