diff options
author | GuaiYiHu <guaiyihu@foxmail.com> | 2019-01-22 21:24:19 +0800 |
---|---|---|
committer | Isaac Chen <tingyi364@gmail.com> | 2019-09-01 16:44:11 +0200 |
commit | d15d528204bd14c319317b7c6f31784897056d0a (patch) | |
tree | 8bc23f04089a537b3b52e3f052068449a27eebd5 /gps/android/service.cpp | |
parent | 5fd4d9f756d4ed53088c959df2c23f7ab1ddc808 (diff) |
wayne-common: Update GPS from LA.UM.7.2.r1-05800-sdm660.0
Change-Id: Idaec6889200d67c776222aebecdc9c0255e2b963
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
Diffstat (limited to 'gps/android/service.cpp')
-rw-r--r-- | gps/android/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/android/service.cpp b/gps/android/service.cpp index 72cb4e9..c03b7ea 100644 --- a/gps/android/service.cpp +++ b/gps/android/service.cpp @@ -23,7 +23,7 @@ #include <android/hardware/gnss/1.1/IGnss.h> #include <hidl/LegacySupport.h> -using android::hardware::gnss::V1_1::IGnss; +using android::hardware::gnss::V1_0::IGnss; using android::hardware::defaultPassthroughServiceImplementation; int main() { |