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 /config | |
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 'config')
-rw-r--r-- | config/recurse.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/recurse.mk b/config/recurse.mk index 6bf5670b57..7628eae367 100644 --- a/config/recurse.mk +++ b/config/recurse.mk @@ -144,16 +144,9 @@ ifeq (.,$(DEPTH)) js/xpconnect/src/export: dom/bindings/export xpcom/xpidl/export accessible/xpcom/export: xpcom/xpidl/export -# The widget binding generator code is part of the annotationProcessors. -widget/android/bindings/export: build/annotationProcessors/export - # .xpt generation needs the xpidl lex/yacc files xpcom/xpidl/export: xpcom/idl-parser/xpidl/export -# The roboextender addon includes a classes.dex containing a test Java addon. -# The test addon must be built first. -mobile/android/tests/browser/robocop/roboextender/tools: mobile/android/tests/javaaddons/tools - ifdef ENABLE_CLANG_PLUGIN $(filter-out config/host build/unix/stdc++compat/% build/clang-plugin/%,$(compile_targets)): build/clang-plugin/target build/clang-plugin/tests/target build/clang-plugin/tests/target: build/clang-plugin/target |