diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-17 17:19:41 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 15:47:43 +0200 |
commit | ce0cefe0534a01af0a055a0a781d898e8b9f18ca (patch) | |
tree | 9a855f8e126937ef84352d01bacda2b34fb1c130 /moz.configure | |
parent | 35e71030933059c0c312ec2dc35c616e31a3af75 (diff) | |
download | uxp-ce0cefe0534a01af0a055a0a781d898e8b9f18ca.tar.gz |
Issue #1053 - 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 f4cbbed1c8..a4bba5bc3b 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. |