blob: a970fec1ecf83bd1d2a55cf2a247fb445dd2b139 [file] [log] [blame]
Tianjie055128b2020-12-10 17:16:41 -08001# BoardConfigPixelCommon.mk
2#
3# Common compile-time definitions for Pixel devices.
4
5# Using sha256 for dm-verity partitions. b/156162446
6# system, system_other, system_ext and product.
7BOARD_AVB_SYSTEM_ADD_HASHTREE_FOOTER_ARGS += --hash_algorithm sha256
8BOARD_AVB_SYSTEM_OTHER_ADD_HASHTREE_FOOTER_ARGS += --hash_algorithm sha256
9BOARD_AVB_SYSTEM_EXT_ADD_HASHTREE_FOOTER_ARGS += --hash_algorithm sha256
10BOARD_AVB_PRODUCT_ADD_HASHTREE_FOOTER_ARGS += --hash_algorithm sha256
11
12# vendor and odm.
13BOARD_AVB_VENDOR_ADD_HASHTREE_FOOTER_ARGS += --hash_algorithm sha256
14BOARD_AVB_ODM_ADD_HASHTREE_FOOTER_ARGS += --hash_algorithm sha256
15
16# vendor_dlkm and odm_dlkm.
17BOARD_AVB_VENDOR_DLKM_ADD_HASHTREE_FOOTER_ARGS += --hash_algorithm sha256
18BOARD_AVB_ODM_DLKM_ADD_HASHTREE_FOOTER_ARGS += --hash_algorithm sha256