diff options
author | Tom Cherry <tomcherry@google.com> | 2017-04-18 20:39:09 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-04-18 20:39:09 +0200 |
commit | 8c6f07db1d6ad785da4b4c2edadf9c48ac3dd5de (patch) | |
tree | 463b1c3c8cee635e3559f18cc401ef51a5e3907a | |
parent | Merge "Fix the double free in verify_package_compatibility()." am: ce91df8293 am: dc388aab8b am: d87bccd567 (diff) | |
parent | Merge "init.rc: Remove sys.powerctl action" am: 9848209088 am: 9fcc7c8253 (diff) | |
download | android_bootable_recovery-8c6f07db1d6ad785da4b4c2edadf9c48ac3dd5de.tar android_bootable_recovery-8c6f07db1d6ad785da4b4c2edadf9c48ac3dd5de.tar.gz android_bootable_recovery-8c6f07db1d6ad785da4b4c2edadf9c48ac3dd5de.tar.bz2 android_bootable_recovery-8c6f07db1d6ad785da4b4c2edadf9c48ac3dd5de.tar.lz android_bootable_recovery-8c6f07db1d6ad785da4b4c2edadf9c48ac3dd5de.tar.xz android_bootable_recovery-8c6f07db1d6ad785da4b4c2edadf9c48ac3dd5de.tar.zst android_bootable_recovery-8c6f07db1d6ad785da4b4c2edadf9c48ac3dd5de.zip |
-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 |