summaryrefslogtreecommitdiff
path: root/usb/1.0
diff options
context:
space:
mode:
authorJaekyun Seok <jaekyun@google.com>2017-08-30 11:13:32 +0900
committerJaekyun Seok <jaekyun@google.com>2017-09-12 08:01:42 +0900
commit81104ae5ef307ed5fb2f81e25a09d1574ec31fae (patch)
tree911115341ee4842953fd55ab00abc973acf2849e /usb/1.0
parentdb2e5123b08bbdd679d952536942c9e9dcb2898f (diff)
downloadinterfaces-81104ae5ef307ed5fb2f81e25a09d1574ec31fae.tar.gz
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
Diffstat (limited to 'usb/1.0')
-rw-r--r--usb/1.0/default/android.hardware.usb@1.0-service.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/1.0/default/android.hardware.usb@1.0-service.rc b/usb/1.0/default/android.hardware.usb@1.0-service.rc
index 6ea07203dd..b7a0c63318 100644
--- a/usb/1.0/default/android.hardware.usb@1.0-service.rc
+++ b/usb/1.0/default/android.hardware.usb@1.0-service.rc
@@ -1,4 +1,4 @@
-service usb-hal-1-0 /vendor/bin/hw/android.hardware.usb@1.0-service
+service vendor.usb-hal-1-0 /vendor/bin/hw/android.hardware.usb@1.0-service
class hal
user system
group system