Searched refs:custom_images (Results 1 – 5 of 5) sorted by relevance
/build/make/core/tasks/ |
D | build_custom_images.mk | 53 ifneq ($(filter $(MAKECMDGOALS),custom_images),) 55 .PHONY: custom_images
|
/build/make/core/ |
D | ninja_config.mk | 26 custom_images \
|
/build/make/core/tasks/tools/ |
D | build_custom_image.mk | 166 custom_images $(my_custom_image_name) : $(my_installed_custom_image) 169 $(call dist-for-goals, $(my_custom_image_name) custom_images,$(my_installed_custom_image))
|
/build/make/tools/releasetools/ |
D | ota_from_target_files.py | 309 OPTIONS.custom_images = {} 1021 def GetTargetFilesZipForCustomImagesUpdates(input_file, custom_images): argument 1043 for custom_partition, custom_image in custom_images.items(): 1169 if OPTIONS.custom_images: 1171 target_file, OPTIONS.custom_images) 1408 OPTIONS.custom_images[custom_partition] = custom_image
|
D | ota_from_target_files | 309 OPTIONS.custom_images = {} 1021 def GetTargetFilesZipForCustomImagesUpdates(input_file, custom_images): argument 1043 for custom_partition, custom_image in custom_images.items(): 1169 if OPTIONS.custom_images: 1171 target_file, OPTIONS.custom_images) 1408 OPTIONS.custom_images[custom_partition] = custom_image
|