bc48548df1
It is used to provide name:value properties to the footer. Value can be from a text in *.bp file or a binary file referenced via the `file` prop. e.g. ``` avb_add_hash_footer { ... props: [ { name: "string_prop", value: "string_value", }, { name: "binary_prop", file: "a_binary_file_name", }, ], } ``` This CL also adds a test for the module type which has been missing. Bug: 256148237 Test: m nothing Change-Id: Idf55b308c8ce760387c01a847846b42d1aebe4ea |
||
---|---|---|
.. | ||
Android.bp | ||
avb_add_hash_footer.go | ||
bootimg.go | ||
filesystem.go | ||
filesystem_test.go | ||
logical_partition.go | ||
raw_binary.go | ||
system_image.go | ||
testing.go | ||
vbmeta.go |