summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.top4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.top b/Makefile.top
index bab03ff49f4c..1a56a3a7c57a 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -411,10 +411,6 @@ ifeq ($(DISABLE_DBCONNECTIVITY),TRUE)
# Ditto for dbconnectivity in the --disable-database-connectivity case
cd connectivity && sed -e 's/^\(export [A-Z0-9_]*=\)\(.*\)$$/\1"\2"/' <../config_host.mk >conftmp.sh && . conftmp.sh && rm conftmp.sh && $(SOLARENV)/bin/deliver.pl
endif
-ifeq ($(OS),ANDROID)
-# Cairo needs freetype
- cd freetype && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS)
-endif
cd packimages && unset MAKEFLAGS && \
$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) && \
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS)