platform_build_soong/filesystem
Jiyong Park bc48548df1 Add props property to add_avb_hash_footer
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
2022-11-18 12:56:12 +09:00
..
Android.bp Add rule for AVB signing an image 2022-06-11 07:08:44 +00:00
avb_add_hash_footer.go Add props property to add_avb_hash_footer 2022-11-18 12:56:12 +09:00
bootimg.go Support deterministic output for bootimg/filesystem 2022-04-21 14:36:40 +09:00
filesystem.go Add props property to add_avb_hash_footer 2022-11-18 12:56:12 +09:00
filesystem_test.go Add props property to add_avb_hash_footer 2022-11-18 12:56:12 +09:00
logical_partition.go Remove InstallBypassMake and ToMakePath 2021-12-15 15:22:53 -08:00
raw_binary.go raw_binary output should not be executable. 2022-05-24 13:57:17 +00:00
system_image.go android_system_image only packages "system" items 2022-03-29 07:56:02 +09:00
testing.go Add filesystem_test.go 2021-04-16 13:20:02 +09:00
vbmeta.go Remove InstallBypassMake and ToMakePath 2021-12-15 15:22:53 -08:00