diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-17 17:19:41 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-10-17 17:19:41 +0000 |
commit | 8a409cdaebdfb72595b17a563a82d3448ca02763 (patch) | |
tree | e5f53bbf09e508826b864920891e0c64081136a0 /moz.configure | |
parent | df215eb533eb4cfdb51d85dd34a46c0e53d25ff9 (diff) | |
download | aura-central-8a409cdaebdfb72595b17a563a82d3448ca02763.tar.gz |
Issue %3020 - Part 9: Second pass remove android defines and build system stuff.
Mostly IPC, tools and mozbuild.
Diffstat (limited to 'moz.configure')
-rw-r--r-- | moz.configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/moz.configure b/moz.configure index f4cbbed1c..a4bba5bc3 100644 --- a/moz.configure +++ b/moz.configure @@ -7,9 +7,7 @@ include('build/moz.configure/init.configure') # Note: # - Gecko-specific options and rules should go in toolkit/moz.configure. -# - Firefox-specific options and rules should go in browser/moz.configure. -# - Fennec-specific options and rules should go in -# mobile/android/moz.configure. +# - Browser-specific options and rules should go in browser/moz.configure. # - Spidermonkey-specific options and rules should go in js/moz.configure. # - etc. |