Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91831b3e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents a512bb53 a54f4b52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"),
		}
	}