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/GnssGeofencing.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/GnssGeofencing.cpp')
-rw-r--r-- | gps/android/GnssGeofencing.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gps/android/GnssGeofencing.cpp b/gps/android/GnssGeofencing.cpp index 5c11afe..2a8ff88 100644 --- a/gps/android/GnssGeofencing.cpp +++ b/gps/android/GnssGeofencing.cpp @@ -27,7 +27,7 @@ namespace android { namespace hardware { namespace gnss { -namespace V1_1 { +namespace V1_0 { namespace implementation { void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied( @@ -135,7 +135,7 @@ Return<void> GnssGeofencing::removeAllGeofences() { } } // namespace implementation -} // namespace V1_1 +} // namespace V1_0 } // namespace gnss } // namespace hardware } // namespace android |