diff options
author | Ramakant Singh <ramakant@codeaurora.org> | 2018-04-19 18:18:54 +0530 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:52:55 +0200 |
commit | 6f5e304a4ade7d38d8dd78634fd3e439fa210310 (patch) | |
tree | 8f14062c752ff7a50490e06a7ad2c48aafd2bc7a /rootdir/etc/init.qcom.rc | |
parent | 360f042ed9fd2fa3614f788d61fb9e57fa503323 (diff) |
wayne-common: Update prefix of hwcomposer service
Change-Id: Iac3abf0e50d77058548bcd232411ae9d7ff6b235
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index e84561e..5ff1b17 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2012, 2014-2017, The Linux Foundation. All rights reserved. +# Copyright (c) 2009-2012, 2014-2018, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -766,8 +766,8 @@ on charger start vendor.qcom-post-boot on property:init.svc.surfaceflinger=restarting - stop hwcomposer-2-1 - start hwcomposer-2-1 + stop vendor.hwcomposer-2-1 + start vendor.hwcomposer-2-1 # Set vendor-ril lib path based on Meta version on property:vendor.rild.libpath=* |