Searched defs:image (Results 1 - 6 of 6) sorted by path

/build/core/
H A DMakefile579 # the boot image, which is a collection of other images.
623 # We build recovery as boot image if BOARD_USES_RECOVERY_AS_BOOT is true.
631 $(call pretty,"Target boot image: $@")
633 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
635 --image $@ \
644 $(hide) $(call assert-max-image-size,$(INSTALLED_BOOTIMAGE_TARGET),$(BOARD_BOOTIMAGE_PARTITION_SIZE))
646 --image $@ \
654 $(call pretty,"Target boot image: $@")
657 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
664 $(hide) $(call assert-max-image
[all...]
H A Ddefinitions.mk2912 # size of the image used to flash that partition (which includes a
2915 define image-size-from-data-size
2923 # $(2): The maximum total image size, in decimal bytes.
2929 # is left over after the image has been flashed. Round the 1% up to the
2936 img_blocksize=$(call image-size-from-data-size,$(BOARD_FLASH_BLOCK_SIZE)); \
2954 # size, which we'll convert to a max image size before checking it
2959 define assert-max-image-size
2961 $(call assert-max-file-size,$(1),$(call image-size-from-data-size,$(2))))
2970 # Copy a radio image file to the output location, and add it to
H A Ddex_preopt_libart.mk32 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
33 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
39 # For MIPS the ART image is loaded at a lower address. This causes issues
40 # with the image overlapping with memory on the host cross-compiling and
41 # building the image. We therefore limit the Xmx value. This isn't done
72 # Returns the path to the image file (such as "/system/framework/<arch>/boot.art"
74 # $(2): the image location (such as "/system/framework/boot.art")
75 define get-image-file-path
114 --boot-image=$(PRIVATE_DEX_PREOPT_IMAGE_LOCATION) \
/build/make/core/
H A DMakefile579 # the boot image, which is a collection of other images.
623 # We build recovery as boot image if BOARD_USES_RECOVERY_AS_BOOT is true.
631 $(call pretty,"Target boot image: $@")
633 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
635 --image $@ \
644 $(hide) $(call assert-max-image-size,$(INSTALLED_BOOTIMAGE_TARGET),$(BOARD_BOOTIMAGE_PARTITION_SIZE))
646 --image $@ \
654 $(call pretty,"Target boot image: $@")
657 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
664 $(hide) $(call assert-max-image
[all...]
H A Ddefinitions.mk2912 # size of the image used to flash that partition (which includes a
2915 define image-size-from-data-size
2923 # $(2): The maximum total image size, in decimal bytes.
2929 # is left over after the image has been flashed. Round the 1% up to the
2936 img_blocksize=$(call image-size-from-data-size,$(BOARD_FLASH_BLOCK_SIZE)); \
2954 # size, which we'll convert to a max image size before checking it
2959 define assert-max-image-size
2961 $(call assert-max-file-size,$(1),$(call image-size-from-data-size,$(2))))
2970 # Copy a radio image file to the output location, and add it to
H A Ddex_preopt_libart.mk32 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
33 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
39 # For MIPS the ART image is loaded at a lower address. This causes issues
40 # with the image overlapping with memory on the host cross-compiling and
41 # building the image. We therefore limit the Xmx value. This isn't done
72 # Returns the path to the image file (such as "/system/framework/<arch>/boot.art"
74 # $(2): the image location (such as "/system/framework/boot.art")
75 define get-image-file-path
114 --boot-image=$(PRIVATE_DEX_PREOPT_IMAGE_LOCATION) \

Completed in 101 milliseconds