File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 78
78
# create some directories (some are mount points) and symlinks
79
79
LOCAL_POST_INSTALL_CMD := mkdir -p $(addprefix $(TARGET_ROOT_OUT ) /, \
80
80
dev proc sys system data data_mirror odm oem acct config storage mnt apex debug_ramdisk \
81
- linkerconfig second_stage_resources $(BOARD_ROOT_EXTRA_FOLDERS ) ) ; \
81
+ linkerconfig second_stage_resources postinstall $(BOARD_ROOT_EXTRA_FOLDERS ) ) ; \
82
82
ln -sf /system/bin $(TARGET_ROOT_OUT ) /bin; \
83
83
ln -sf /system/etc $(TARGET_ROOT_OUT ) /etc; \
84
84
ln -sf /data/user_de/0/com.android.shell/files/bugreports $(TARGET_ROOT_OUT ) /bugreports; \
@@ -153,11 +153,6 @@ ifdef BOARD_ROOT_EXTRA_SYMLINKS
153
153
; mkdir -p $(dir $(TARGET_ROOT_OUT ) /$(word 2,$(p ) ) ) \
154
154
; ln -sf $(word 1,$(p ) ) $(TARGET_ROOT_OUT ) /$(word 2,$(p ) ) )
155
155
endif
156
- # The A/B updater uses a top-level /postinstall directory to mount the new
157
- # system before reboot.
158
- ifeq ($(AB_OTA_UPDATER ) ,true)
159
- LOCAL_POST_INSTALL_CMD += ; mkdir -p $(TARGET_ROOT_OUT ) /postinstall
160
- endif
161
156
162
157
# The init symlink must be a post install command of a file that is to TARGET_ROOT_OUT.
163
158
# Since init.environ.rc is required for init and satisfies that requirement, we hijack it to create the symlink.
You can’t perform that action at this time.
0 commit comments