aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshwin Ramesh <ashwinr64@gmail.com>2016-01-04 19:33:41 +0530
committerAshwin <ashwinr64@gmail.com>2016-01-09 20:00:41 -0800
commitc1dad43788d1c755cd4f65100f6d2351a8759e3c (patch)
tree59c91c4f4be99fc64fcb44616d329f8b334b57ed
parent11a0bd82d6db6251dd3a6896332313d90f2524ed (diff)
condor: Fix a generic makefile issue
Change-Id: I9cce713fa9dda37ed58e0c317a41cf0f87fb8803
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2e51133..f5eaff8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,5 +26,6 @@
ifneq ($(filter condor, $(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
+include $(call all-makefiles-under,$(LOCAL_PATH))
endif