From 639b7cb098ffb2c9ebc43cb83ff4b05752b1c2d9 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Wed, 30 Aug 2017 10:54:11 +0900 Subject: [PATCH] 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 --- hidl/usb/android.hardware.usb@1.1-service.wahoo.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1