diff options
author | 2022-11-15 22:31:49 +0900 | |
---|---|---|
committer | 2022-11-18 12:56:12 +0900 | |
commit | bc48548df1dfb467a5cb2567bbac9dbe77ac33d9 (patch) | |
tree | 915d049055127ba055a41c032dcb676eb8cc478e /java/lint.go | |
parent | d5fd30d94a5b1cc00271fe7876bdd72b9f8932c8 (diff) |
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
Diffstat (limited to 'java/lint.go')
0 files changed, 0 insertions, 0 deletions