platform_hardware_interfaces/automotive/vehicle
Aditya Choudhary 04ef2121cd Migrate Test Targets to New Android Ownership Model
This CL is created as a best effort to migrate test targets to the new Android ownership model.
It is based on historical data from repository history and insights from git blame.
Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary
attribution in this CL, please create a new CL to fix that.

For detailed guidelines and further information on the migration please refer to the link below,
go/new-android-ownership-model

Bug: 304529413
Test: N/A
Change-Id: Ibe1360ca3f7eb919834715aa90b0b842fbcd0692
2024-02-02 14:00:43 +00:00
..
2.0 Migrate Test Targets to New Android Ownership Model 2024-02-02 14:00:43 +00:00
aidl Migrate Test Targets to New Android Ownership Model 2024-02-02 14:00:43 +00:00
aidl_property automotive: Add Rust backend to the vhal AIDL 2024-01-10 16:23:03 +01:00
proto Adjust path to sdv_ivi_cf 2023-09-27 16:08:51 +02:00
tools
vts Merge "Add retry in setProp test." into android14-tests-dev am: 2c12f0e9ae 2024-01-31 02:21:18 +00:00
Android.bp
OWNERS Update OWNERS file. 2023-12-12 17:24:42 -08:00
README.md
TEST_MAPPING
vhal_static_cpp_lib.mk

Vehicle Hardware Abstraction Layer (VHAL)


This directory stores the VHAL interface definition and VHAL reference implementation.

2.0 (deprecated)

HIDL based VHAL interface and reference implementation.

aidl

AIDL based VHAL interfadce and reference implementation.

proto

Protobuf used to pass message between emulator VHAL and emulator.

tools

Dev tools related to VHAL.

vts

VTS test for VHAL. The VTS test works for both AIDL and HIDL VHAL implementation. Vendor implementation of VHAL must passes VTS.