Merge "Ensure /system/vendor symlink exists in target-files-package"

This commit is contained in:
Treehugger Robot 2017-03-23 21:42:26 +00:00 committed by Gerrit Code Review
commit ac8b2ab702
1 changed files with 1 additions and 0 deletions

View File

@ -1958,6 +1958,7 @@ $(BUILT_TARGET_FILES_PACKAGE): \
$(BUILD_IMAGE_SRCS) \
| $(ACP)
@echo "Package target files: $@"
$(call create-system-vendor-symlink)
$(hide) rm -rf $@ $@.list $(zip_root)
$(hide) mkdir -p $(dir $@) $(zip_root)
ifneq (,$(INSTALLED_RECOVERYIMAGE_TARGET)$(filter true,$(BOARD_USES_RECOVERY_AS_BOOT)))