From 7e0331661814065af64cbd04b8b08e1264e8d6d9 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Wed, 20 Apr 2011 18:46:23 -0700 Subject: libhardware: add separate makefile for modules subdir Change-Id: I787c444ee1c3a687ee6f8f551c359e5e908ed7f5 Signed-off-by: Dima Zavin --- Android.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Android.mk') 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) -- cgit v1.1