car: build can bus hal and debug tools

This commit is contained in:
Konsta
2024-09-06 20:11:57 +03:00
parent 85a8359c38
commit e107fc556c

View File

@@ -54,6 +54,15 @@ PRODUCT_COPY_FILES += \
# Camera # Camera
ENABLE_CAMERA_SERVICE := true ENABLE_CAMERA_SERVICE := true
# CAN
PRODUCT_PACKAGES += \
android.hardware.automotive.can-service
PRODUCT_PACKAGES += \
canhalctrl \
canhaldump \
canhalsend
# EVS # EVS
ENABLE_CAREVSSERVICE_SAMPLE := true ENABLE_CAREVSSERVICE_SAMPLE := true
ENABLE_EVS_SAMPLE := true ENABLE_EVS_SAMPLE := true