Merge "Lineage properties support module references." am: 6df5e0307d am: c3df3c5396

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1625101

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8541e1e2aa1e9866e7616167f3305e2cd9c53419
This commit is contained in:
Jaewoong Jung
2021-03-11 02:19:57 +00:00
committed by Automerger Merge Worker
6 changed files with 73 additions and 5 deletions

View File

@@ -74,8 +74,8 @@ type AndroidAppImportProperties struct {
// be set for presigned modules.
Presigned *bool
// Name of the signing certificate lineage file.
Lineage *string
// Name of the signing certificate lineage file or filegroup module.
Lineage *string `android:"path"`
// Sign with the default system dev certificate. Must be used judiciously. Most imported apps
// need to either specify a specific certificate or be presigned.