From 51706a46436731edc151b45e4991353241dd9880 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Thu, 6 Dec 2018 21:00:11 +0100 Subject: [PATCH] sanders: gps: Fix 1.1 interface leftovers * Thanks CAF for derping as usual Change-Id: I4a571fbc8810127cf675ff0aa29c4923b16bc62a Signed-off-by: Davide Garberi Signed-off-by: ronaxdevil --- ...ervice-qti.rc => android.hardware.gnss@1.0-service-qti.rc} | 0 gps/android/service.cpp | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename gps/android/{android.hardware.gnss@1.1-service-qti.rc => android.hardware.gnss@1.0-service-qti.rc} (100%) diff --git a/gps/android/android.hardware.gnss@1.1-service-qti.rc b/gps/android/android.hardware.gnss@1.0-service-qti.rc similarity index 100% rename from gps/android/android.hardware.gnss@1.1-service-qti.rc rename to gps/android/android.hardware.gnss@1.0-service-qti.rc diff --git a/gps/android/service.cpp b/gps/android/service.cpp index c03b7ea..6b0f602 100644 --- a/gps/android/service.cpp +++ b/gps/android/service.cpp @@ -18,9 +18,9 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.gnss@1.1-service-qti" +#define LOG_TAG "android.hardware.gnss@1.0-service-qti" -#include +#include #include using android::hardware::gnss::V1_0::IGnss;