Merge "Add support for /product-services partition"

This commit is contained in:
Dario Freni
2018-07-20 09:00:25 +00:00
committed by Gerrit Code Review
15 changed files with 317 additions and 10 deletions

View File

@@ -78,7 +78,8 @@ SPECIAL_CERT_STRINGS = ("PRESIGNED", "EXTERNAL")
# The partitions allowed to be signed by AVB (Android verified boot 2.0).
AVB_PARTITIONS = ('boot', 'recovery', 'system', 'vendor', 'product', 'dtbo')
AVB_PARTITIONS = ('boot', 'recovery', 'system', 'vendor', 'product',
'product-services', 'dtbo')
class ErrorCode(object):