summaryrefslogtreecommitdiff
path: root/dumpstate
diff options
context:
space:
mode:
authorJaekyun Seok <jaekyun@google.com>2017-08-30 10:49:10 +0900
committerJaekyun Seok <jaekyun@google.com>2017-08-31 12:48:34 +0900
commit51027e35f7713cdd98564633324ed20218b2dd9b (patch)
tree2d905301e6569cd30be928c8b460ad93198f0e00 /dumpstate
parent980d57caad6d0222942d8eb3c6504645314f177a (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 confirmed that service names were renamed correctly. Bug: 36796459 Change-Id: I7c51123aa83b93b65208c8cfa1766fcc1af4b45b
Diffstat (limited to 'dumpstate')
-rw-r--r--dumpstate/android.hardware.dumpstate@1.0-service.crosshatch.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpstate/android.hardware.dumpstate@1.0-service.crosshatch.rc b/dumpstate/android.hardware.dumpstate@1.0-service.crosshatch.rc
index c20657e..4acaeee 100644
--- a/dumpstate/android.hardware.dumpstate@1.0-service.crosshatch.rc
+++ b/dumpstate/android.hardware.dumpstate@1.0-service.crosshatch.rc
@@ -1,4 +1,4 @@
-service dumpstate-1-0 /vendor/bin/hw/android.hardware.dumpstate@1.0-service.crosshatch
+service vendor.dumpstate-1-0 /vendor/bin/hw/android.hardware.dumpstate@1.0-service.crosshatch
class hal
user system
group system