diff options
author | Benoit Goby <benoit@android.com> | 2012-05-09 17:27:53 -0700 |
---|---|---|
committer | Benoit Goby <benoit@android.com> | 2012-07-27 14:00:02 -0700 |
commit | 0245e15bb78cf08b3225b31c77bda77d43995bd4 (patch) | |
tree | 7d7dbae2731d95ba04ff1cf2de24284fb89bf422 | |
parent | 0574d6b07711e90547d8166c222e09d80f702620 (diff) | |
download | system_core-0245e15bb78cf08b3225b31c77bda77d43995bd4.zip system_core-0245e15bb78cf08b3225b31c77bda77d43995bd4.tar.gz system_core-0245e15bb78cf08b3225b31c77bda77d43995bd4.tar.bz2 |
rootdir: Create /data/misc/adb on boot
Change-Id: I0f8d11391cdcfbaa50f87f637a2962c6663b2767
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 313a98e..8497591 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -169,6 +169,7 @@ on post-fs-data # create basic filesystem structure mkdir /data/misc 01771 system misc + mkdir /data/misc/adb 02750 system shell mkdir /data/misc/bluedroid 0770 bluetooth bluetooth mkdir /data/misc/bluetooth 0770 system system mkdir /data/misc/keystore 0700 keystore keystore |