aboutsummaryrefslogtreecommitdiff
path: root/gps/android/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gps/android/service.cpp')
-rw-r--r--gps/android/service.cpp4
1 files changed, 2 insertions, 2 deletions
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;