• Home
Name Date Size #Lines LOC

..--

doc/03-May-2024-316264

Android.bpD03-May-20243 KiB120112

README.mdD03-May-2024717 117

gnss_grpc_proxy.cppD03-May-202416.7 KiB490381

gnss_grpc_proxy.protoD03-May-20242.3 KiB9378

README.md

1Virtual device location data manager serving a gRPC interface.
2
3The [`cvd_import_locations`] and [`cvd_update_location`] executables are
4clients that use this service to set either a sequence of locations or a new
5fixed location for the device.
6
7[![Linkage diagram](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/commands/gnss_grpc_proxy/doc/linkage.svg)
8
9[`cvd_import_locations`]: https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/commands/cvd_import_locations/
10[`cvd_update_location`]: https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/commands/cvd_update_location/
11