I'm trying to create my own android automotive emulator. The build was successful and working.
The issue is that : my emulator is a car emulator, but I don't get the car data information in the extended controls of the emulator.
I'm missing : car data, sensor replay, car rotary
in the makefile I used :
PRODUCT_PACKAGES += [email protected] \
PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.type.automotive.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.type.automotive.xml \

If I launch the latest green build of
sdk_car_x86_64-userdebugon Linux by following Launch an AOSP Car AVD using prebuilt, I can see Car data relevant emulator menus. Could you please try it by yourself?I used build id 11494777 on aosp-main-throttled branch.