Commit Graph

2 Commits

Author SHA1 Message Date
Jooyung Han 57d895e89f microdroid: add "apk" to payload
For now apk's path should be specified in the config. But in the future
it will be retrieved from apk package name. APK file's idsig is not
passed yet.

Bug: n/a
Test: MicrodroidHostTestCases
Change-Id: I6916c657b29b72a809a69f8be41c2398314e0178
2021-05-14 00:03:21 +09:00
Jooyung Han 97277eedbb Add a proto for the microdroid signature partition
Microdroid will use this special partition composed of signatures to
verify the payloads delivered from the host.

For now it only conveys the list of APEX signatures: size, public key,
root digest.

The signature partition can be a part of the payload composite disk
image.

The format of the signature partition is, as described in README.md,
composed of header and body. For now the header is simply the size of
the body(protobuf message).

Bug: 185069443
Test: n/a
Change-Id: I47c7eac195999bab15ee80d3ad053261f04df89c
2021-04-14 21:27:52 +09:00