Dist kernel_version.txt
Fixes: 290361803 Test: treehugger (cherry picked from https://android-review.googlesource.com/q/commit:27f36d1bc80a4092f157845f86faf02d36517c18) Merged-In: I146817c9cf256f086404c880a0215cb8e688c544 Change-Id: I146817c9cf256f086404c880a0215cb8e688c544
This commit is contained in:
parent
196f43d427
commit
e0d8de9068
1 changed files with 3 additions and 1 deletions
|
@ -4883,7 +4883,9 @@ my_board_extracted_kernel := true
|
|||
endif # INSTALLED_BOOTIMAGE_TARGET
|
||||
endif # my_board_extracted_kernel
|
||||
|
||||
ifneq ($(my_board_extracted_kernel),true)
|
||||
ifeq ($(my_board_extracted_kernel),true)
|
||||
$(call dist-for-goals, droid_targets, $(BUILT_KERNEL_VERSION_FILE))
|
||||
else
|
||||
$(warning Neither INSTALLED_KERNEL_TARGET nor INSTALLED_BOOTIMAGE_TARGET is defined when \
|
||||
PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS is true. Information about the updated kernel \
|
||||
cannot be built into OTA update package. You can fix this by: \
|
||||
|
|
Loading…
Reference in a new issue