Links (5)
“ The Car Service API allows programmatic access to the AAOS VHAL. The problem is that the https://android.googlesource.com/platform/external/qemu/+/emu-master-dev/android/android-grpc/services/incubating/car/proto/car_service.proto has the type for CarEvent as string whereas its expected as a byte string by AAOS. ”
“ I followed the basic tutorial in https://grpc.io/docs/languages/python/basics/ to setup a local python environment with gRPC. ”
“ VehicleHalProto_pb2.py < This is from Android repository ”
“ car_service.proto < This is from emulator repository ”