summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorRafael Barbalho <rafael.barbalho@intel.com>2014-01-31 14:57:40 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2014-02-04 10:52:15 +0000
commit09bcb0ab4b79273cfccdfa87f860b0be1addcc7b (patch)
treed1c425bbc969334f37f49d0337b9620a6af0addf /Android.mk
parentbdb08f981c5ebed0ff1f0067f1aa085636b9ac7b (diff)
android: Change tests & tools directory to use the lib directory
Instead of recompiling the lib directory for every tool or tests we can just re-use the static library. This also has the nice side effect of fixing the android "mm" command to allow android users to only rebuild the local changes in either the test or tools directory. Signed-off-by: Rafael Barbalho <rafael.barbalho@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 7b42d10d..8aeb2d4d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,2 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(LOCAL_PATH)/tests/Android.mk
-include $(LOCAL_PATH)/tools/Android.mk
+include $(call all-named-subdir-makefiles, lib tests tools)