Merge "Ensure /system/vendor symlink exists in target-files-package" am: ac8b2ab702 am: 5179e70cc3

am: d54ba0b9ff

Change-Id: Iab5a3288253edeed370e58296594faa3239b0196
This commit is contained in:
Dan Willemsen 2017-03-23 22:06:32 +00:00 committed by android-build-merger
commit f33d764b33

View file

@ -2031,6 +2031,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)))