Created
December 6, 2014 16:02
-
-
Save Flex1911/336958418a3bc0fc5e7b to your computer and use it in GitHub Desktop.
Patch for working root in AOSP Lollipop tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/rootdir/init.rc b/rootdir/init.rc | |
index 8ba7c10..8deb4e1 100644 | |
--- a/rootdir/init.rc | |
+++ b/rootdir/init.rc | |
@@ -596,7 +596,6 @@ service installd /system/bin/installd | |
service flash_recovery /system/bin/install-recovery.sh | |
class main | |
- seclabel u:r:install_recovery:s0 | |
oneshot | |
service racoon /system/bin/racoon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment