HomeSort by relevance Sort by last modified time
    Searched refs:AVBTOOL (Results 1 - 5 of 5) sorted by null

  /external/avb/test/
avb_atx_generate_test_data 28 # An avbtool executable is assumed to reside in the parent directory
32 # this script. It is consistent with the expectations of avbtool unit
46 AVBTOOL=$(dirname "$0")/../avbtool
48 echo AVBTOOL = ${AVBTOOL}
68 ${AVBTOOL} make_atx_permanent_attributes --output=atx_permanent_attributes.bin \
73 ${AVBTOOL} make_atx_certificate --output=atx_pik_certificate.bin \
79 ${AVBTOOL} make_atx_certificate --output=atx_psk_certificate.bin \
84 ${AVBTOOL} make_atx_metadata --output=atx_metadata.bin
    [all...]
  /hardware/interfaces/compatibility_matrices/
compatibility_matrix.mk 27 # LOCAL_ADD_VBMETA_VERSION: Use AVBTOOL to add avb version to the output matrix
63 $(GEN): $(AVBTOOL)
70 $(GEN): FRAMEWORK_VBMETA_VERSION = $$("$(AVBTOOL)" add_hashtree_footer \
  /build/make/core/tasks/tools/
build_custom_image.mk 90 $(my_built_custom_image): PRIVATE_AVB_AVBTOOL := $(AVBTOOL)
98 $(my_built_custom_image): $(AVBTOOL)
  /build/make/core/
Makefile 56 # The value 69632 derives from MAX_VBMETA_SIZE + MAX_FOOTER_SIZE in $(AVBTOOL).
752 $(INSTALLED_BOOTIMAGE_TARGET): $(MKBOOTIMG) $(AVBTOOL) $(INTERNAL_BOOTIMAGE_FILES) $(BOARD_AVB_BOOT_KEY_PATH)
756 $(hide) $(AVBTOOL) add_hash_footer \
763 bootimage-nodeps: $(MKBOOTIMG) $(AVBTOOL) $(BOARD_AVB_BOOT_KEY_PATH)
767 $(hide) $(AVBTOOL) add_hash_footer \
    [all...]
config.mk 661 AVBTOOL := $(HOST_OUT_EXECUTABLES)/avbtool$(HOST_EXECUTABLE_SUFFIX)
663 AVBTOOL := $(BOARD_CUSTOM_AVBTOOL)
    [all...]

Completed in 555 milliseconds