diff options
| author | 2015-07-13 16:45:34 -0700 | |
|---|---|---|
| committer | 2015-07-13 16:45:34 -0700 | |
| commit | a340f07670c300c40ffebad547e34abdacab5184 (patch) | |
| tree | e995b76e6241a2b9e822953488059083c4a6ef68 | |
| parent | 0e7d497c10c4f5096cf4cd32a56784fd18ab0f2c (diff) | |
Add data binding to built javadoc.
Bug 22175560
Change-Id: Ie57e0b77cade4b994ca2ef80cbf1a4c615a943f8
| -rw-r--r-- | Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index e96a93239f01..6015146a4d69 100644 --- a/Android.mk +++ b/Android.mk @@ -667,7 +667,8 @@ dirs_to_check_apis := \ # FRAMEWORKS_BASE_SUBDIRS comes from build/core/pathmap.mk dirs_to_document := \ $(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 html_dirs := \ |