summaryrefslogtreecommitdiff
path: root/moz.configure
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-17 17:19:41 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-01 15:47:43 +0200
commitce0cefe0534a01af0a055a0a781d898e8b9f18ca (patch)
tree9a855f8e126937ef84352d01bacda2b34fb1c130 /moz.configure
parent35e71030933059c0c312ec2dc35c616e31a3af75 (diff)
downloaduxp-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.configure4
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.