Merge changes I5823fdb5,I3e44c137 am: 26999937e2 am: 46d7b4d06f

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

Change-Id: I2cbc753efa5c44c693414f9e7db7a48174065bbb
This commit is contained in:
Treehugger Robot
2021-06-28 20:07:44 +00:00
committed by Automerger Merge Worker
3 changed files with 73 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ type AndroidAppImport struct {
type AndroidAppImportProperties struct {
// A prebuilt apk to import
Apk *string
Apk *string `android:"path"`
// The name of a certificate in the default certificate directory or an android_app_certificate
// module name in the form ":module". Should be empty if presigned or default_dev_cert is set.