diff options
| author | Jaekyun Seok <jaekyun@google.com> | 2017-08-30 10:51:23 +0900 |
|---|---|---|
| committer | Jaekyun Seok <jaekyun@google.com> | 2017-08-31 12:49:41 +0900 |
| commit | 6b44b4a49f5b242d4b9cfa924729c4b199841469 (patch) | |
| tree | f92d973584a2fb91acc64c56e9d8a342f4effd5c /usb | |
| parent | 1e9196cca57ec098b66a8930e1669d48d5481007 (diff) | |
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 sailfish device.
Bug: 36796459
Change-Id: I48e6ee0ae3fe401e39efb273256d991fac676357
Diffstat (limited to 'usb')
| -rw-r--r-- | usb/android.hardware.usb@1.1-service.marlin.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/android.hardware.usb@1.1-service.marlin.rc b/usb/android.hardware.usb@1.1-service.marlin.rc index 0363ec44..165b0bb0 100644 --- a/usb/android.hardware.usb@1.1-service.marlin.rc +++ b/usb/android.hardware.usb@1.1-service.marlin.rc @@ -1,4 +1,4 @@ -service usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.marlin +service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.marlin class hal user system group system |
