Add HidlAidlCompatibilityTest.
Add test to verify all properties defined in HIDL VHAL are also
defined in AIDL.
Test: atest VehicleHalAidlHidlCompatibilityTest
Bug: b/170400618
Change-Id: I5c9e26f5eb149477c18a6b22ca8a39d8642249df
diff --git a/automotive/vehicle/TEST_MAPPING b/automotive/vehicle/TEST_MAPPING
new file mode 100644
index 0000000..15569f6
--- /dev/null
+++ b/automotive/vehicle/TEST_MAPPING
@@ -0,0 +1,10 @@
+{
+ "presubmit": [
+ {
+ "name": "VehicleHalVehicleUtilsTest"
+ },
+ {
+ "name": "VehicleHalAidlHidlCompatibilityTest"
+ }
+ ]
+}