Update VHAL property version to v3.
Bug: 295405997 Test: Manual Build Change-Id: I2faf065006e6889309caf69a9b277f42fdc00702
This commit is contained in:
parent
8b0ef2bf7f
commit
b36d24d12a
5 changed files with 5 additions and 6 deletions
|
@ -22,6 +22,6 @@ cc_defaults {
|
|||
name: "VehicleHalInterfaceDefaults",
|
||||
static_libs: [
|
||||
"android.hardware.automotive.vehicle-V2-ndk",
|
||||
"android.hardware.automotive.vehicle.property-V2-ndk",
|
||||
"android.hardware.automotive.vehicle.property-V3-ndk",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ android_test {
|
|||
],
|
||||
static_libs: [
|
||||
"android.hardware.automotive.vehicle-V2-java",
|
||||
"android.hardware.automotive.vehicle.property-V2-java",
|
||||
"android.hardware.automotive.vehicle.property-V3-java",
|
||||
"androidx.test.runner",
|
||||
"truth-prebuilt",
|
||||
],
|
||||
|
|
|
@ -28,7 +28,7 @@ aidl_interface {
|
|||
// This HAL was originally part of android.hardware.automotive.vehicle
|
||||
"android/hardware/automotive/vehicle/*.aidl",
|
||||
],
|
||||
frozen: true,
|
||||
frozen: false,
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
cpp: {
|
||||
|
@ -52,7 +52,6 @@ aidl_interface {
|
|||
version: "2",
|
||||
imports: [],
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
}
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
|
||||
LOCAL_STATIC_LIBRARIES += \
|
||||
android.hardware.automotive.vehicle-V2-ndk \
|
||||
android.hardware.automotive.vehicle.property-V2-ndk
|
||||
android.hardware.automotive.vehicle.property-V3-ndk
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.automotive.vehicle</name>
|
||||
<version>1-2</version>
|
||||
<version>1-3</version>
|
||||
<interface>
|
||||
<name>IVehicle</name>
|
||||
<instance>default</instance>
|
||||
|
|
Loading…
Reference in a new issue