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:
Treehugger Robot 2022-11-21 16:34:45 +00:00 committed by Automerger Merge Worker
commit d793fa2104

View file

@ -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"),
}
}