Merge "Be more careful about symlinking a file that actually exists on the host."
This commit is contained in:
commit
3498578c4c
|
@ -76,7 +76,7 @@ LOCAL_POST_INSTALL_CMD := mkdir -p $(addprefix $(TARGET_ROOT_OUT)/, \
|
|||
ln -sf /system/bin $(TARGET_ROOT_OUT)/bin; \
|
||||
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 -sfn /sys/kernel/debug $(TARGET_ROOT_OUT)/d; \
|
||||
ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/sdcard
|
||||
ifdef BOARD_USES_VENDORIMAGE
|
||||
LOCAL_POST_INSTALL_CMD += ; mkdir -p $(TARGET_ROOT_OUT)/vendor
|
||||
|
|
Loading…
Reference in New Issue