Bug 1963203 - remove android app name from about:buildconfig r=firefox-build-system-reviewers,nalexander

The actual package name is not known at geckoview build time, so having
it there is just confusing.

Differential Revision: https://phabricator.services.mozilla.com/D247120
This commit is contained in:
Julien Cristau
2025-04-29 17:54:59 +00:00
parent e2471f073e
commit 0ef3cf7fe7

View File

@@ -63,10 +63,6 @@
#endif
<h2>Configure options</h2>
<p>@MOZ_CONFIGURE_OPTIONS@</p>
#ifdef ANDROID
<h2>Package name</h2>
<p>@ANDROID_PACKAGE_NAME@</p>
#endif
</div>
</body>
</html>