Merge "Added rules to include verified boot config in zip"
am: 7e67802381
Change-Id: Ibbf4b6bc2f37621ab255123e417b8ea04dd61694
This commit is contained in:
@@ -72,6 +72,12 @@ files_to_copy += \
|
||||
$(addon_dir_img):$(target_notice_file_txt):images/$(TARGET_CPU_ABI)/NOTICE.txt \
|
||||
$(addon_dir_img):$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP):images/source.properties
|
||||
|
||||
|
||||
ifeq ($(BOARD_AVB_ENABLE),true)
|
||||
files_to_copy += \
|
||||
$(addon_dir_img):$(QEMU_VERIFIED_BOOT_PARAMS):images/$(TARGET_CPU_ABI)/VerifiedBootParams.textproto
|
||||
endif
|
||||
|
||||
# Generate rules to copy the requested files
|
||||
$(foreach cf,$(files_to_copy), \
|
||||
$(eval _root := $(call word-colon,1,$(cf))) \
|
||||
|
Reference in New Issue
Block a user