Merge "DO NOT MERGE ANYWHERE. Add data binding to built javadoc." into mnc-preview-docs

This commit is contained in:
George Mount
2015-07-27 14:24:17 +00:00
committed by Android (Google) Code Review

View File

@@ -637,7 +637,8 @@ dirs_to_check_apis := \
# FRAMEWORKS_BASE_SUBDIRS comes from build/core/pathmap.mk # FRAMEWORKS_BASE_SUBDIRS comes from build/core/pathmap.mk
dirs_to_document := \ dirs_to_document := \
$(dirs_to_check_apis) \ $(dirs_to_check_apis) \
$(addprefix ../../, $(FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS)) $(addprefix ../../, $(FRAMEWORKS_DATA_BINDING_JAVA_SRC_DIRS)) \
$(addprefix ../../, $(FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS)) \
# These are relative to frameworks/base # These are relative to frameworks/base
html_dirs := \ html_dirs := \