diff options
| author | Jaekyun Seok <jaekyun@google.com> | 2017-08-30 10:54:11 +0900 |
|---|---|---|
| committer | Jan Altensen <info@stricted.net> | 2021-05-04 02:41:18 +0200 |
| commit | 802a54bd8ebee4ab25cbdd7d2dbccf84657b8931 (patch) | |
| tree | 422a0244a197e0776e2d0d327e40e7d0a2352676 | |
| parent | 5d75b7455a0fdfa8453ad9fe9526b9775feebb3b (diff) | |
lineage/interfaces: USB: 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: Idc995c550657feca5e0f934444a31805bc3538f9
| -rw-r--r-- | usb/1.1-typec/android.hardware.usb@1.1-service.wahoo.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/1.1-typec/android.hardware.usb@1.1-service.wahoo.rc b/usb/1.1-typec/android.hardware.usb@1.1-service.wahoo.rc index 1451519..1bb4977 100644 --- a/usb/1.1-typec/android.hardware.usb@1.1-service.wahoo.rc +++ b/usb/1.1-typec/android.hardware.usb@1.1-service.wahoo.rc @@ -1,4 +1,4 @@ -service usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.wahoo +service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.wahoo class hal user root group root system |
