Separated current and V3 VHAL impls
This allows us to define V3-specific modules so that we can create
reference VHAL implementations that do not depend on implementing V4
(current) AIDL APIs
Bug: 381304103
Test: m
Change-Id: Ibe80d472ccf36ca30c753e8510aac1fbdf4b175f
diff --git a/automotive/vehicle/Android.bp b/automotive/vehicle/Android.bp
index 606e108..7c2d115 100644
--- a/automotive/vehicle/Android.bp
+++ b/automotive/vehicle/Android.bp
@@ -19,6 +19,14 @@
}
cc_defaults {
+ name: "VehicleHalInterfaceDefaults-V3",
+ static_libs: [
+ "android.hardware.automotive.vehicle-V3-ndk",
+ "android.hardware.automotive.vehicle.property-V4-ndk",
+ ],
+}
+
+cc_defaults {
name: "VehicleHalInterfaceDefaults",
static_libs: [
"android.hardware.automotive.vehicle-V3-ndk",