summaryrefslogtreecommitdiff
path: root/lib/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 /lib/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 'lib/Android.mk')
-rw-r--r--lib/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Android.mk b/lib/Android.mk
index 724d8841..67352553 100644
--- a/lib/Android.mk
+++ b/lib/Android.mk
@@ -48,7 +48,7 @@ LOCAL_GENERATED_SOURCES := \
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/..
-LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH)
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
LOCAL_CFLAGS += -DHAVE_LIBDRM_ATOMIC_PRIMITIVES
LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM