Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32a86bd8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix the description of Avb_hash_algorithm & algorithm"

parents 709c59b2 01403bb2
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -69,10 +69,11 @@ type filesystemProperties struct {
	// TODO(jiyong): allow apex_key to be specified here
	// TODO(jiyong): allow apex_key to be specified here
	Avb_private_key *string `android:"path"`
	Avb_private_key *string `android:"path"`


	// Hash and signing algorithm for avbtool. Default is SHA256_RSA4096.
	// Signing algorithm for avbtool. Default is SHA256_RSA4096.
	Avb_algorithm *string
	Avb_algorithm *string


	// Hash and signing algorithm for avbtool. Default is SHA256_RSA4096.
	// Hash algorithm used for avbtool (for descriptors). This is passed as hash_algorithm to
	// avbtool. Default used by avbtool is sha1.
	Avb_hash_algorithm *string
	Avb_hash_algorithm *string


	// Name of the partition stored in vbmeta desc. Defaults to the name of this module.
	// Name of the partition stored in vbmeta desc. Defaults to the name of this module.