diff options
author | Tom Cherry <tomcherry@google.com> | 2017-04-18 01:55:54 +0200 |
---|---|---|
committer | Tom Cherry <tomcherry@google.com> | 2017-04-18 21:23:25 +0200 |
commit | 37ac94978c7632cc61c90ab912df581b5a9ed8fd (patch) | |
tree | 3aa5a35b658fd6f7f5288c8fd05b6a77220dae44 | |
parent | Fix the double free in verify_package_compatibility(). (diff) | |
download | android_bootable_recovery-37ac94978c7632cc61c90ab912df581b5a9ed8fd.tar android_bootable_recovery-37ac94978c7632cc61c90ab912df581b5a9ed8fd.tar.gz android_bootable_recovery-37ac94978c7632cc61c90ab912df581b5a9ed8fd.tar.bz2 android_bootable_recovery-37ac94978c7632cc61c90ab912df581b5a9ed8fd.tar.lz android_bootable_recovery-37ac94978c7632cc61c90ab912df581b5a9ed8fd.tar.xz android_bootable_recovery-37ac94978c7632cc61c90ab912df581b5a9ed8fd.tar.zst android_bootable_recovery-37ac94978c7632cc61c90ab912df581b5a9ed8fd.zip |
Diffstat (limited to '')
-rw-r--r-- | etc/init.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/init.rc b/etc/init.rc index fa3689df9..d8121cc4e 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -75,9 +75,6 @@ on late-init trigger early-boot trigger boot -on property:sys.powerctl=* - powerctl ${sys.powerctl} - service ueventd /sbin/ueventd critical seclabel u:r:ueventd:s0 |