Generate Java/Cpp files for VehicleProperty annotations.
Extract annotations for each property and put them into a map.
We need to use these generated files in car service code and VTS
code.
Flag: EXEMPT internal change
Test: atest VehiclePropertyAnnotationCppTest \
VehiclePropertyAnnotationJavaTest
Bug: 388603905
Change-Id: Iadea6b4de182afaf006d9d9603d014e84e307fd9
diff --git a/automotive/vehicle/aidl/aidl_test/Android.bp b/automotive/vehicle/aidl/aidl_test/Android.bp
index a87af02..d3ce307 100644
--- a/automotive/vehicle/aidl/aidl_test/Android.bp
+++ b/automotive/vehicle/aidl/aidl_test/Android.bp
@@ -43,6 +43,10 @@
team: "trendy_team_aaos_carframework_triage",
srcs: ["VehiclePropertyAnnotationCppTest.cpp"],
header_libs: ["IVehicleGeneratedHeaders-V4"],
+ static_libs: [
+ "libgtest",
+ "libgmock",
+ ],
defaults: ["VehicleHalInterfaceDefaults"],
test_suites: ["general-tests"],
}