summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-22 16:58:15 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-22 17:00:57 +0300
commit63088cd934881128d2928faae5486476af55db14 (patch)
tree3b66376c1d07b2730dbeed787c04ca5c239296cd /android
parenta6f73e53b640b311564c5a1843b1c2df574bdd43 (diff)
New attempt to have the "android" module built at a suitable time
Yes, I know that eventually what now is known as "tail_build" will be all there is left. So by that time, by definition nothing can be built "after tail_build". Will have to handle that then. Change-Id: I47d228ca7156520db10630861ce52b015a7a169c
Diffstat (limited to 'android')
-rw-r--r--android/CustomTarget_docloader.mk8
-rw-r--r--android/prj/build.lst2
2 files changed, 3 insertions, 7 deletions
diff --git a/android/CustomTarget_docloader.mk b/android/CustomTarget_docloader.mk
index 57266c5a3775..9dfed322e872 100644
--- a/android/CustomTarget_docloader.mk
+++ b/android/CustomTarget_docloader.mk
@@ -10,14 +10,8 @@ $(eval $(call gb_CustomTarget_CustomTarget,android/docloader))
docloader_DIR := $(call gb_CustomTarget_get_workdir,android/experimental/DocumentLoader)
-# Depending on the tail_end module hopefully means that all libraries and
-# other files that DocumentLoader needs from solver will have been built? Or
-# should we just move the stuff from
-# android/experimental/DocumentLoader/Makefile here, and depend on them
-# explicitly?
$(call gb_CustomTarget_get_target,android/docloader) : \
- $(docloader_DIR)/done \
- $(call gb_Module_get_target,tail_end)
+ $(docloader_DIR)/done
# We know that CustomTarget_sdremote.mk is included first, so sdremote_DIR is
# defined. We want that to be built completely first, so that we can
diff --git a/android/prj/build.lst b/android/prj/build.lst
new file mode 100644
index 000000000000..bac6f27f89ff
--- /dev/null
+++ b/android/prj/build.lst
@@ -0,0 +1,2 @@
+an android :: tail_build NULL
+an android\prj nmake - all an_prj NULL