Add apex info to the streaming property file

So updaters can streaming download the file, and query the apex info
inside the file.

Bug: 190244686
Test: generate an OTA package, check the streaming property
Change-Id: I17078d3f8d60ca53c6afe82f74b232e2fb242467
This commit is contained in:
Tianjie
2021-06-07 16:11:47 -07:00
parent d3c78b8cde
commit d868c12467
2 changed files with 4 additions and 0 deletions

View File

@@ -530,6 +530,8 @@ class StreamingPropertyFiles(PropertyFiles):
'payload_properties.txt',
)
self.optional = (
# apex_info.pb isn't directly used in the update flow
'apex_info.pb',
# care_map is available only if dm-verity is enabled.
'care_map.pb',
'care_map.txt',