Merge "adjust vendor ramdisk file extension based on compression" am: 5dda5caeb9

Original change: https://android-review.googlesource.com/c/platform/build/+/1344080

Change-Id: I132bf43d7f9f1617864ee3e4d5488894e79fc0c4
This commit is contained in:
Treehugger Robot 2020-06-19 06:46:07 +00:00 committed by Automerger Merge Worker
commit cd9ebd46ab
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ INTERNAL_VENDOR_RAMDISK_FILES := $(filter $(TARGET_VENDOR_RAMDISK_OUT)/%, \
$(ALL_GENERATED_SOURCES) \
$(ALL_DEFAULT_INSTALLED_MODULES))
INTERNAL_VENDOR_RAMDISK_TARGET := $(call intermediates-dir-for,PACKAGING,vendor-boot)/vendor-ramdisk.cpio.gz
INTERNAL_VENDOR_RAMDISK_TARGET := $(call intermediates-dir-for,PACKAGING,vendor-boot)/vendor-ramdisk.cpio$(RAMDISK_EXT)
$(INTERNAL_VENDOR_RAMDISK_TARGET): $(MKBOOTFS) $(INTERNAL_VENDOR_RAMDISK_FILES) | $(COMPRESSION_COMMAND_DEPS)
$(MKBOOTFS) -d $(TARGET_OUT) $(TARGET_VENDOR_RAMDISK_OUT) | $(COMPRESSION_COMMAND) > $@