Hello,
I'm trying to get the vhal emulator (platform/packages/service/Car/tools/emulator) to run
I have include VHAL in my build based on (aosp_car_emu_x86) and i can confirm the vhal service is running
When i try to run vhal_emulator_test.py against the running emulator, it just response with connection refused
I have tried to forward all traffic from host to target (adb forward tcp:0:tcp:33452) but still getting same results
I have also tried to remove all iptables rules but i'm still getting connection refused
This make me suspect qemu to be the issue but i'm not sure how to confirm this
Have anyone got vhal emulator to work on Android P?
All help is welcome :)