mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Add 'vendor.' prefix to a vendor daemon 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: I519603b13978567b51dbb2bcb866aa088a1646e4
This commit is contained in:
@@ -45,7 +45,7 @@ Return<void> VrDevice::setVrMode(bool enabled) {
|
||||
return Void();
|
||||
}
|
||||
}
|
||||
if (!android::base::SetProperty("ctl.restart", "thermal-engine")) {
|
||||
if (!android::base::SetProperty("ctl.restart", "vendor.thermal-engine")) {
|
||||
LOG(ERROR) << "Couldn't set thermal_engine restart property";
|
||||
}
|
||||
if (!access("/sys/devices/virtual/input/ftm4_touch/vrmode", W_OK)) {
|
||||
|
||||
Reference in New Issue
Block a user