summaryrefslogtreecommitdiffstats
path: root/vr
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 /vr
parentdb2e5123b08bbdd679d952536942c9e9dcb2898f (diff)
downloadandroid_hardware_interfaces-81104ae5ef307ed5fb2f81e25a09d1574ec31fae.tar.gz
android_hardware_interfaces-81104ae5ef307ed5fb2f81e25a09d1574ec31fae.tar.bz2
android_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 'vr')
-rw-r--r--vr/1.0/default/android.hardware.vr@1.0-service.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vr/1.0/default/android.hardware.vr@1.0-service.rc b/vr/1.0/default/android.hardware.vr@1.0-service.rc
index bcc641634..fc4934cf2 100644
--- a/vr/1.0/default/android.hardware.vr@1.0-service.rc
+++ b/vr/1.0/default/android.hardware.vr@1.0-service.rc
@@ -1,4 +1,4 @@
-service vr-1-0 /vendor/bin/hw/android.hardware.vr@1.0-service
+service vendor.vr-1-0 /vendor/bin/hw/android.hardware.vr@1.0-service
class hal
user system
group system