Explorar o código

sm8450-common: gps: 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: I14a1c57bd06f1f2aa52491f779c7030d4de03547
Change-Id: I7b9055909b901843631314b9577a9e578a739d00
Jiyong Park %!s(int64=3) %!d(string=hai) anos
pai
achega
12be252088
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      gps/android/aidl-impl/Android.mk

+ 2 - 2
gps/android/aidl-impl/Android.mk

@@ -26,7 +26,7 @@ LOCAL_HEADER_LIBRARIES := \
 LOCAL_SHARED_LIBRARIES := \
     libbase \
     libbinder_ndk \
-    android.hardware.gnss-V1-ndk_platform \
+    android.hardware.gnss-V1-ndk \
     liblog \
     libcutils \
     libqti_vndfwk_detect_vendor \
@@ -74,7 +74,7 @@ LOCAL_SHARED_LIBRARIES += \
     [email protected] \
     [email protected] \
     [email protected] \
-    android.hardware.gnss-V1-ndk_platform \
+    android.hardware.gnss-V1-ndk \
     android.hardware.gnss-aidl-impl-qti
 
 LOCAL_CFLAGS += $(GNSS_CFLAGS)