diff options
Diffstat (limited to 'gps')
-rw-r--r-- | gps/android/android.hardware.gnss@1.0-service-qti.rc (renamed from gps/android/android.hardware.gnss@1.1-service-qti.rc) | 0 | ||||
-rw-r--r-- | gps/android/service.cpp | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gps/android/android.hardware.gnss@1.1-service-qti.rc b/gps/android/android.hardware.gnss@1.0-service-qti.rc index b5da6f9..b5da6f9 100644 --- a/gps/android/android.hardware.gnss@1.1-service-qti.rc +++ b/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 <android/hardware/gnss/1.1/IGnss.h> +#include <android/hardware/gnss/1.0/IGnss.h> #include <hidl/LegacySupport.h> using android::hardware::gnss::V1_0::IGnss; |