change /data/bugreports to /bugreports
am: 04bbd5c6dd
Change-Id: I3b83588438a747d5ba202f629fce83ac841f1043
This commit is contained in:
commit
8be42a8040
|
@ -123,6 +123,7 @@ endif
|
|||
LOCAL_POST_INSTALL_CMD := mkdir -p $(addprefix $(TARGET_ROOT_OUT)/, \
|
||||
sbin dev proc sys system data oem acct config storage mnt root $(BOARD_ROOT_EXTRA_FOLDERS)); \
|
||||
ln -sf /system/etc $(TARGET_ROOT_OUT)/etc; \
|
||||
ln -sf /data/user_de/0/com.android.shell/files/bugreports $(TARGET_ROOT_OUT)/bugreports; \
|
||||
ln -sf /sys/kernel/debug $(TARGET_ROOT_OUT)/d; \
|
||||
ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/sdcard
|
||||
ifdef BOARD_USES_VENDORIMAGE
|
||||
|
|
|
@ -427,10 +427,6 @@ on post-fs-data
|
|||
|
||||
mkdir /data/anr 0775 system system
|
||||
|
||||
# symlink to bugreport storage location
|
||||
rm /data/bugreports
|
||||
symlink /data/user_de/0/com.android.shell/files/bugreports /data/bugreports
|
||||
|
||||
# Separate location for storing security policy files on data
|
||||
mkdir /data/security 0711 system system
|
||||
|
||||
|
|
Loading…
Reference in New Issue