aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-11-24 09:23:35 -0800
committerAndroid Code Review <code-review@android.com>2010-11-24 09:23:35 -0800
commitd2dd86529982cd05b4010248cea368fbef763ef2 (patch)
tree4e706e7842cc7954f07522141aecde4f535ebf88
parent7fbeda2b1ed2872b2e2ab2f7faf386a3755502df (diff)
parente22ad6784ca5123fd0dcd6c1c18beb47bfd3ae20 (diff)
downloadbuild-d2dd86529982cd05b4010248cea368fbef763ef2.tar.gz
Merge "Added generic hook for loading vendor specific tasks."
-rw-r--r--core/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index ce55de57d4..9b0b8e7b8e 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1316,3 +1316,4 @@ $(INTERNAL_FINDBUGS_HTML_TARGET): $(INTERNAL_FINDBUGS_XML_TARGET)
# -----------------------------------------------------------------
# These are some additional build tasks that need to be run.
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
+-include $(sort $(wildcard vendor/*/build/tasks/*.mk))