summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorJaekyun Seok <jaekyun@google.com>2017-08-30 10:49:10 +0900
committerJaekyun Seok <jaekyun@google.com>2017-08-31 12:48:34 +0900
commit51027e35f7713cdd98564633324ed20218b2dd9b (patch)
tree2d905301e6569cd30be928c8b460ad93198f0e00 /usb
parent980d57caad6d0222942d8eb3c6504645314f177a (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 confirmed that service names were renamed correctly. Bug: 36796459 Change-Id: I7c51123aa83b93b65208c8cfa1766fcc1af4b45b
Diffstat (limited to 'usb')
-rw-r--r--usb/android.hardware.usb@1.1-service.crosshatch.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/android.hardware.usb@1.1-service.crosshatch.rc b/usb/android.hardware.usb@1.1-service.crosshatch.rc
index 5ccd5fe..8fa21ed 100644
--- a/usb/android.hardware.usb@1.1-service.crosshatch.rc
+++ b/usb/android.hardware.usb@1.1-service.crosshatch.rc
@@ -1,4 +1,4 @@
-service usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.crosshatch
+service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.crosshatch
class hal
user system
group system