Merge "Use missing.x509.pem instead of missing.pem for faked missing certificates" am: 91831b3e7c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2309251 Change-Id: If4e7dcb735f9dce79722bc93c02d53cec581f102 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d793fa2104
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ func processMainCert(m android.ModuleBase, certPropValue string, certificates []
|
|||
// Set a certificate to avoid panics later when accessing it.
|
||||
mainCertificate = Certificate{
|
||||
Key: android.PathForModuleOut(ctx, "missing.pk8"),
|
||||
Pem: android.PathForModuleOut(ctx, "missing.pem"),
|
||||
Pem: android.PathForModuleOut(ctx, "missing.x509.pem"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue