Searched defs:image (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A Ddex_preopt_libart.mk12 DEX2OAT_DEPENDENCY += art/runtime/image.cc # dependency on image version number
21 # start of image reserved address space
29 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
30 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
36 # For MIPS the ART image is loaded at a lower address. This causes issues
37 # with the image overlapping with memory on the host cross-compiling and
38 # building the image. We therefore limit the Xmx value. This isn't done
55 # Returns the path to the image file (such as "/system/framework/<arch>/boot.art"
57 # $(2): the image locatio
[all...]
H A Ddefinitions.mk2007 # size of the image used to flash that partition (which includes a
2010 define image-size-from-data-size
2018 # $(2): The maximum total image size, in decimal bytes.
2024 # is left over after the image has been flashed. Round the 1% up to the
2031 img_blocksize=$(call image-size-from-data-size,$(BOARD_FLASH_BLOCK_SIZE)); \
2049 # size, which we'll convert to a max image size before checking it
2054 define assert-max-image-size
2056 $(call assert-max-file-size,$(1),$(call image-size-from-data-size,$(2))))
2065 # Copy a radio image file to the output location, and add it to

Completed in 26 milliseconds