summaryrefslogtreecommitdiffstats
path: root/usb
diff options
context:
space:
mode:
authorJaekyun Seok <jaekyun@google.com>2017-08-30 10:54:11 +0900
committerJaekyun Seok <jaekyun@google.com>2017-08-31 12:51:25 +0900
commitcc0d522669ce66afcedb113f53ec94e716ac170f (patch)
tree9550506056c207451d7878b661e79ea0a7e2db9a /usb
parent8a48f87e98065aca3252a73facb2fe8bc3e2b236 (diff)
downloaddevice_google_wahoo-cc0d522669ce66afcedb113f53ec94e716ac170f.tar.gz
device_google_wahoo-cc0d522669ce66afcedb113f53ec94e716ac170f.tar.bz2
device_google_wahoo-cc0d522669ce66afcedb113f53ec94e716ac170f.zip
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
Diffstat (limited to 'usb')
-rw-r--r--usb/android.hardware.usb@1.1-service.wahoo.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/android.hardware.usb@1.1-service.wahoo.rc b/usb/android.hardware.usb@1.1-service.wahoo.rc
index 1451519a..1bb49772 100644
--- a/usb/android.hardware.usb@1.1-service.wahoo.rc
+++ b/usb/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