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

@@ -122,8 +122,8 @@ type overridableAppProperties struct {
// or an android_app_certificate module name in the form ":module".
Certificate *string
// Name of the signing certificate lineage file.
Lineage *string
// Name of the signing certificate lineage file or filegroup module.
Lineage *string `android:"path"`
// the package name of this app. The package name in the manifest file is used if one was not given.
Package_name *string