Merge "use first kernel when generating kernel configs file" am: 6c9441a924
am: e68d12bad2
am: 2dc8f68e46
Original change: https://android-review.googlesource.com/c/platform/build/+/1351284 Change-Id: I2b4550b498deca5147021057732bee0c91fe718f
This commit is contained in:
@@ -3447,8 +3447,8 @@ my_decompress_tools := \
|
||||
$(BUILT_KERNEL_CONFIGS_FILE): .KATI_IMPLICIT_OUTPUTS := $(BUILT_KERNEL_VERSION_FILE)
|
||||
$(BUILT_KERNEL_CONFIGS_FILE): PRIVATE_DECOMPRESS_TOOLS := $(my_decompress_tools)
|
||||
$(BUILT_KERNEL_CONFIGS_FILE): $(foreach pair,$(my_decompress_tools),$(call word-colon,2,$(pair)))
|
||||
$(BUILT_KERNEL_CONFIGS_FILE): $(EXTRACT_KERNEL) $(INSTALLED_KERNEL_TARGET)
|
||||
$< --tools $(PRIVATE_DECOMPRESS_TOOLS) --input $(INSTALLED_KERNEL_TARGET) \
|
||||
$(BUILT_KERNEL_CONFIGS_FILE): $(EXTRACT_KERNEL) $(firstword $(INSTALLED_KERNEL_TARGET))
|
||||
$< --tools $(PRIVATE_DECOMPRESS_TOOLS) --input $(firstword $(INSTALLED_KERNEL_TARGET)) \
|
||||
--output-configs $@ \
|
||||
--output-version $(BUILT_KERNEL_VERSION_FILE)
|
||||
|
||||
|
Reference in New Issue
Block a user