android: Change tests & tools directory to use the lib directory
authorRafael Barbalho <rafael.barbalho@intel.com>
Fri, 31 Jan 2014 14:57:40 +0000 (14:57 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 4 Feb 2014 10:52:15 +0000 (10:52 +0000)
commit09bcb0ab4b79273cfccdfa87f860b0be1addcc7b
treed1c425bbc969334f37f49d0337b9620a6af0addf
parentbdb08f981c5ebed0ff1f0067f1aa085636b9ac7b
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>
Android.mk
lib/Android.mk
tests/Android.mk
tools/Android.mk