commit | 81104ae5ef307ed5fb2f81e25a09d1574ec31fae | [log] [tgz] |
---|---|---|
author | Jaekyun Seok <jaekyun@google.com> | Wed Aug 30 11:13:32 2017 +0900 |
committer | Jaekyun Seok <jaekyun@google.com> | Tue Sep 12 08:01:42 2017 +0900 |
tree | 911115341ee4842953fd55ab00abc973acf2849e | |
parent | db2e5123b08bbdd679d952536942c9e9dcb2898f [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 walleye device Bug: 36796459 Change-Id: I4e8fbee791ec917a8f627a1366f4d44ec7e6febc
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 6ea0720..b7a0c63 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