Bug 1900217 - Remove MOZ_RAW from confvars.sh r=glandium,geckoview-reviewers,m_kato

Previous behavior was not doing anything.

Additionally MOZ_RAW was set in the config substitution but never
actually used.

Differential Revision: https://phabricator.services.mozilla.com/D212366
This commit is contained in:
serge-sans-paille 2024-06-16 14:49:14 +00:00
parent af58208cce
commit c87d1a4f1d
2 changed files with 0 additions and 3 deletions

View File

@ -5,5 +5,3 @@
MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial
MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official
# MOZ_APP_DISPLAYNAME is set by branding/configure.sh
MOZ_RAW=1

View File

@ -1522,7 +1522,6 @@ option(
help="{Enable|Disable} support for RAW media",
)
set_config("MOZ_RAW", depends_if("--enable-raw")(lambda _: True))
set_define("MOZ_RAW", depends_if("--enable-raw")(lambda _: True))