Merge "releasetools: Update the comment on common.AVB_PARTITIONS."

am: 7b3e97b1ea

Change-Id: I7bdbd2e46c79a4ca5c138dd4681448a4ad032bbe
This commit is contained in:
Tao Bao
2019-04-22 20:27:34 -07:00
committed by android-build-merger

View File

@@ -93,9 +93,11 @@ BLOCK_SIZE = 4096
# Values for "certificate" in apkcerts that mean special things. # Values for "certificate" in apkcerts that mean special things.
SPECIAL_CERT_STRINGS = ("PRESIGNED", "EXTERNAL") SPECIAL_CERT_STRINGS = ("PRESIGNED", "EXTERNAL")
# The partitions allowed to be signed by AVB (Android verified boot 2.0). # The partitions allowed to be signed by AVB (Android Verified Boot 2.0). Note
AVB_PARTITIONS = ('boot', 'recovery', 'system', 'vendor', 'product', # that system_other is not in the list because we don't want to include its
'product_services', 'dtbo', 'odm') # descriptor into vbmeta.img.
AVB_PARTITIONS = ('boot', 'dtbo', 'odm', 'product', 'product_services',
'recovery', 'system', 'vendor')
# Partitions that should have their care_map added to META/care_map.pb # Partitions that should have their care_map added to META/care_map.pb
PARTITIONS_WITH_CARE_MAP = ('system', 'vendor', 'product', 'product_services', PARTITIONS_WITH_CARE_MAP = ('system', 'vendor', 'product', 'product_services',