Merge "Use missing.x509.pem instead of missing.pem for faked missing certificates"

This commit is contained in:
Treehugger Robot
2022-11-21 16:04:40 +00:00
committed by Gerrit Code Review

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