Merge "Use missing.x509.pem instead of missing.pem for faked missing certificates"
This commit is contained in:
@@ -591,7 +591,7 @@ func processMainCert(m android.ModuleBase, certPropValue string, certificates []
|
|||||||
// Set a certificate to avoid panics later when accessing it.
|
// Set a certificate to avoid panics later when accessing it.
|
||||||
mainCertificate = Certificate{
|
mainCertificate = Certificate{
|
||||||
Key: android.PathForModuleOut(ctx, "missing.pk8"),
|
Key: android.PathForModuleOut(ctx, "missing.pk8"),
|
||||||
Pem: android.PathForModuleOut(ctx, "missing.pem"),
|
Pem: android.PathForModuleOut(ctx, "missing.x509.pem"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user