diff options
author | Jiyong Park <jiyong@google.com> | 2021-08-09 09:01:16 +0900 |
---|---|---|
committer | Kujou Yuko <i@779.moe> | 2023-02-10 18:43:24 +0800 |
commit | c5a48c571cccc9b764c24115ec0ff9f7d787f028 (patch) | |
tree | dc43870f44c29b90156a41326c5390058fb63819 | |
parent | 3255d3fe903fb92d3ba61d566d60d3d68655839a (diff) |
gps: Remove ndk_platform backend. Use the NDK backendtachibana-8450
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
-rw-r--r-- | android/aidl-impl/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/aidl-impl/Android.mk b/android/aidl-impl/Android.mk index 57f102e..b7364ce 100644 --- a/android/aidl-impl/Android.mk +++ b/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 += \ android.hardware.gnss@1.1 \ android.hardware.gnss@2.0 \ android.hardware.gnss@2.1 \ - android.hardware.gnss-V1-ndk_platform \ + android.hardware.gnss-V1-ndk \ android.hardware.gnss-aidl-impl-qti LOCAL_CFLAGS += $(GNSS_CFLAGS) |