From eb5cb2b7a647a9aa1cceac93adc7a6acdf7294fd Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Thu, 6 Dec 2018 21:00:11 +0100 Subject: msm8996-common: gps: Fix 1.1 interface leftovers * Thanks CAF for derping as usual Change-Id: I4a571fbc8810127cf675ff0aa29c4923b16bc62a Signed-off-by: Davide Garberi --- gps/android/android.hardware.gnss@1.0-service-qti.rc | 4 ++++ gps/android/android.hardware.gnss@1.1-service-qti.rc | 4 ---- gps/android/service.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 gps/android/android.hardware.gnss@1.0-service-qti.rc delete mode 100644 gps/android/android.hardware.gnss@1.1-service-qti.rc (limited to 'gps') diff --git a/gps/android/android.hardware.gnss@1.0-service-qti.rc b/gps/android/android.hardware.gnss@1.0-service-qti.rc new file mode 100644 index 0000000..b5da6f9 --- /dev/null +++ b/gps/android/android.hardware.gnss@1.0-service-qti.rc @@ -0,0 +1,4 @@ +service gnss_service /vendor/bin/hw/android.hardware.gnss@1.0-service-qti + class hal + user gps + group system gps radio diff --git a/gps/android/android.hardware.gnss@1.1-service-qti.rc b/gps/android/android.hardware.gnss@1.1-service-qti.rc deleted file mode 100644 index b5da6f9..0000000 --- a/gps/android/android.hardware.gnss@1.1-service-qti.rc +++ /dev/null @@ -1,4 +0,0 @@ -service gnss_service /vendor/bin/hw/android.hardware.gnss@1.0-service-qti - class hal - user gps - group system gps radio 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; -- cgit v1.2.3