commit | c0b4b8b0f17efd4381a828bfbed232fb10b27300 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue Oct 21 17:01:39 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 21 17:01:40 2014 +0000 |
tree | 1f1f62becaaf5b8747c6164e642cdfda37441146 | |
parent | 951c48c504b28cd1646560a73d670493722f68f0 [diff] | |
parent | 89252ce31aacb27248e708b6487f730d3a024943 [diff] |
Merge "Ensure /data/adb exists"
diff --git a/rootdir/init.rc b/rootdir/init.rc index 11c34f8..503f9ba 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -304,6 +304,8 @@ # 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