Merge changes from topic "add-vehicle-binding-util-sc-v2-dev" into sc-v2-dev

* changes:
  Remove vehicle binding seed property in emulator
  Move vehicle hal to start in early_hal
This commit is contained in:
Keith Mok
2021-07-22 00:35:01 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
service vendor.vehicle-hal-2.0 /vendor/bin/hw/android.hardware.automotive.vehicle@2.0-service
class hal
class early_hal
user vehicle_network
group system inet

View File

@@ -1024,14 +1024,6 @@ const ConfigDeclaration kVehicleProperties[]{
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
},
},
{
.config =
{
.prop = toInt(VehicleProperty::STORAGE_ENCRYPTION_BINDING_SEED),
.access = VehiclePropertyAccess::READ_WRITE,
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
},
},
{
.config =
{