Merge "Ensure /system/vendor symlink exists in target-files-package"
diff --git a/core/Makefile b/core/Makefile
index 3148792..3a0d343 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1958,6 +1958,7 @@
 		$(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)))