From: Jaekyun Seok Date: Wed, 30 Aug 2017 01:54:11 +0000 (+0900) Subject: exynos9610: USB: Add 'vendor.' prefix to a vendor HAL X-Git-Url: https://git.stricted.de/?p=GitHub%2Fmoto-9609%2Fandroid_device_motorola_exynos9610-common.git;a=commitdiff_plain;h=639b7cb098ffb2c9ebc43cb83ff4b05752b1c2d9 exynos9610: USB: 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 --- diff --git a/hidl/usb/android.hardware.usb@1.1-service.wahoo.rc b/hidl/usb/android.hardware.usb@1.1-service.wahoo.rc index 1451519..1bb4977 100644 --- a/hidl/usb/android.hardware.usb@1.1-service.wahoo.rc +++ b/hidl/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