summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2011-08-17 17:55:42 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-17 17:55:42 -0700
commit01675902e0310ad93993e29a5cbf3a3c6c85a25b (patch)
tree64418aea5434990babe270416617cd4e54334c78 /Android.mk
parent9f550e91f4d82313135a37a426d563f855a4f6a5 (diff)
parentb1dec71a45d980d1ce1bf41411594a1cae400bfc (diff)
downloadframeworks_base-01675902e0310ad93993e29a5cbf3a3c6c85a25b.zip
frameworks_base-01675902e0310ad93993e29a5cbf3a3c6c85a25b.tar.gz
frameworks_base-01675902e0310ad93993e29a5cbf3a3c6c85a25b.tar.bz2
Merge "NEW_API: Add real-time Effects."
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index a0b80e4..fdf0933 100644
--- a/Android.mk
+++ b/Android.mk
@@ -319,6 +319,9 @@ fwbase_dirs_to_document := \
# include definition of libcore_to_document
include $(LOCAL_PATH)/../../libcore/Docs.mk
+# include definition of libfilterfw_to_document
+include $(LOCAL_PATH)/../../system/media/mca/Docs.mk
+
non_base_dirs := \
../../external/apache-http/src/org/apache/http
@@ -335,7 +338,8 @@ html_dirs := \
framework_docs_LOCAL_SRC_FILES := \
$(call find-other-java-files, $(dirs_to_document)) \
$(call find-other-html-files, $(html_dirs)) \
- $(addprefix ../../libcore/, $(call libcore_to_document, $(LOCAL_PATH)/../../libcore))
+ $(addprefix ../../libcore/, $(call libcore_to_document, $(LOCAL_PATH)/../../libcore)) \
+ $(addprefix ../../system/media/mca/, $(call libfilterfw_to_document, $(LOCAL_PATH)/../../system/media/mca))
# This is used by ide.mk as the list of source files that are
# always included.