• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

doc/14-Jan-2024-316264

Android.bpD15-Dec-20243.1 KiB128120

README.mdD14-Jan-2024717 117

gnss_grpc_proxy.cppD14-Jan-202416.7 KiB490381

gnss_grpc_proxy.protoD14-Jan-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