summaryrefslogtreecommitdiff
path: root/config/rules.mk
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-14 16:57:01 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-01 15:17:54 +0200
commit28a3cd1028612b3b577768519d11fa6fbcda6f09 (patch)
tree61a64f843d3bfed644305987dbe1482d7b39c11a /config/rules.mk
parentf987138760b344a8869e319f28400acc438d0553 (diff)
downloaduxp-28a3cd1028612b3b577768519d11fa6fbcda6f09.tar.gz
Issue #1053 - First pass Android defines and remove Android Annotation
processors, some Andoid packaging stuff, Eclipse IDE support et al.
Diffstat (limited to 'config/rules.mk')
-rw-r--r--config/rules.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/rules.mk b/config/rules.mk
index 07b347a94d..840e266ba5 100644
--- a/config/rules.mk
+++ b/config/rules.mk
@@ -1041,13 +1041,6 @@ normalizepath = $(1)
endif
###############################################################################
-# Java rules
-###############################################################################
-ifneq (,$(JAVAFILES)$(ANDROID_RESFILES)$(ANDROID_APKNAME)$(JAVA_JAR_TARGETS))
- include $(MOZILLA_DIR)/config/makefiles/java-build.mk
-endif
-
-###############################################################################
# Bunch of things that extend the 'export' rule (in order):
###############################################################################