summaryrefslogtreecommitdiffstats
path: root/ir
diff options
context:
space:
mode:
authorJaekyun Seok2017-08-29 21:13:32 -0500
committerJaekyun Seok2017-09-11 18:01:42 -0500
commit81104ae5ef307ed5fb2f81e25a09d1574ec31fae (patch)
tree911115341ee4842953fd55ab00abc973acf2849e /ir
parentdb2e5123b08bbdd679d952536942c9e9dcb2898f (diff)
downloadplatform-hardware-interfaces-81104ae5ef307ed5fb2f81e25a09d1574ec31fae.tar.gz
platform-hardware-interfaces-81104ae5ef307ed5fb2f81e25a09d1574ec31fae.tar.xz
platform-hardware-interfaces-81104ae5ef307ed5fb2f81e25a09d1574ec31fae.zip
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 'ir')
-rw-r--r--ir/1.0/default/android.hardware.ir@1.0-service.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ir/1.0/default/android.hardware.ir@1.0-service.rc b/ir/1.0/default/android.hardware.ir@1.0-service.rc
index 47f34fed..0d069671 100644
--- a/ir/1.0/default/android.hardware.ir@1.0-service.rc
+++ b/ir/1.0/default/android.hardware.ir@1.0-service.rc
@@ -1,4 +1,4 @@
1service ir-hal-1-0 /vendor/bin/hw/android.hardware.ir@1.0-service 1service vendor.ir-hal-1-0 /vendor/bin/hw/android.hardware.ir@1.0-service
2 class hal 2 class hal
3 user system 3 user system
4 group system \ No newline at end of file 4 group system