mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
X6833B: 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 Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
dca4eaa102
commit
4502d0692b
|
@ -55,6 +55,10 @@ fi
|
||||||
|
|
||||||
function blob_fixup {
|
function blob_fixup {
|
||||||
case "$1" in
|
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/lib*/hw/mt6789/vendor.mediatek.hardware.pq@2.15-impl.so)
|
vendor/lib*/hw/mt6789/vendor.mediatek.hardware.pq@2.15-impl.so)
|
||||||
"$PATCHELF" --replace-needed "libutils.so" "libutils-v32.so" "$2"
|
"$PATCHELF" --replace-needed "libutils.so" "libutils-v32.so" "$2"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue