am 464827d1: am daf97ac2: am 54152d30: am 087243dd: Merge "Add data binding to built javadoc." into mnc-dev

* commit '464827d1e8f5b51df3e6b579f9d83e11c836effb':
  Add data binding to built javadoc.
This commit is contained in:
George Mount 2015-07-16 17:17:40 +00:00 committed by Android Git Automerger
commit 3d8a40467e
1 changed files with 15 additions and 0 deletions

View File

@ -147,3 +147,18 @@ FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
android-support-multidex \
android-support-multidex-instrumentation
#
# A list of all documented source roots under frameworks/data-binding.
#
FRAMEWORKS_DATA_BINDING_SUBDIRS := \
baseLibrary/src/main \
library/src/main \
library/src/doc
#
# A version of FRAMEWORKS_DATA_BINDING_SUBDIRS that is expanded to full paths from
# the root of the tree.
#
FRAMEWORKS_DATA_BINDING_JAVA_SRC_DIRS := \
$(addprefix frameworks/data-binding/,$(FRAMEWORKS_DATA_BINDING_SUBDIRS))