summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-10-21 17:16:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-21 17:16:31 +0000
commit268c887f0c689625701f1218d649217ebc887e15 (patch)
treeb512c047ae8fd9701b27b2d7a10a669f45205985 /rootdir
parente272a538dca3e02f452fd80d2bc0a793315fbd39 (diff)
parent147de7e147c9a85158f79b6aeffd87af6b921690 (diff)
downloadsystem_core-268c887f0c689625701f1218d649217ebc887e15.zip
system_core-268c887f0c689625701f1218d649217ebc887e15.tar.gz
system_core-268c887f0c689625701f1218d649217ebc887e15.tar.bz2
am 147de7e1: am 37d70f53: am c0b4b8b0: Merge "Ensure /data/adb exists"
* commit '147de7e147c9a85158f79b6aeffd87af6b921690': Ensure /data/adb exists
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index b8e959b..9f444c1 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -302,6 +302,8 @@ on post-fs-data
# the following directory.
mkdir /data/mediadrm 0770 mediadrm mediadrm
+ mkdir /data/adb 0700 root root
+
# symlink to bugreport storage location
symlink /data/data/com.android.shell/files/bugreports /data/bugreports