Ensure /data/adb exists

Ensure that /data/adb always exists. This directory is used
for writing adb debugging information when persist.adb.trace_mask
is set.

Bug: https://code.google.com/p/android/issues/detail?id=72895
Change-Id: I9cee2a0202417ff72a5ede7742e25877f51732dd
This commit is contained in:
Nick Kralevich 2014-10-20 21:53:56 -07:00
parent 951c48c504
commit 89252ce31a
1 changed files with 2 additions and 0 deletions

View File

@ -304,6 +304,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