clusterfuzz
clusterfuzz copied to clipboard
Make platform_id unnecessary when skipping trusted upload signing
The original check works for the quick upload form because it passes the platform param. The full upload form only passes an optional platform param for Android so we shouldn't require it to skip trusted upload signing. The job.lower should be enough in that case.