mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Add 'vendor.' prefix to a vendor HAL service name
To prevent property name collisions between properties of system and vendor, 'vendor.' prefix must be added to a vendor HAL service name. You can see the details in http://go/treble-sysprop-compatibility. Test: succeeded building and tested on a walleye device Bug: 36796459 Change-Id: I4e8fbee791ec917a8f627a1366f4d44ec7e6febc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
service ir-hal-1-0 /vendor/bin/hw/android.hardware.ir@1.0-service
|
||||
service vendor.ir-hal-1-0 /vendor/bin/hw/android.hardware.ir@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
group system
|
||||
|
||||
Reference in New Issue
Block a user