summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-04-20 18:46:23 -0700
committerDima Zavin <dima@android.com>2011-04-27 14:08:57 -0700
commit7e0331661814065af64cbd04b8b08e1264e8d6d9 (patch)
treeb1bcebaaa0089e3e08f52bdf59355f9b3889398a /Android.mk
parentf1504dbca386fc454b8ded7669012f3d4d27eab7 (diff)
downloadhardware_libhardware-7e0331661814065af64cbd04b8b08e1264e8d6d9.zip
hardware_libhardware-7e0331661814065af64cbd04b8b08e1264e8d6d9.tar.gz
hardware_libhardware-7e0331661814065af64cbd04b8b08e1264e8d6d9.tar.bz2
libhardware: add separate makefile for modules subdir
Change-Id: I787c444ee1c3a687ee6f8f551c359e5e908ed7f5 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index 967a096..30b3337 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,7 @@
# Copyright 2006 The Android Open Source Project
# Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.
+SUBDIR_MAKEFILES := $(call all-named-subdir-makefiles,modules tests)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -31,8 +32,4 @@ LOCAL_MODULE:= libhardware
include $(BUILD_SHARED_LIBRARY)
-include $(addsuffix /Android.mk, $(addprefix $(LOCAL_PATH)/, \
- modules/gralloc \
- tests \
- ))
- \ No newline at end of file
+include $(SUBDIR_MAKEFILES)