Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mitch Davis
android_frameworks_base
Commits
a340f076
Commit
a340f076
authored
9 years ago
by
George Mount
Browse files
Options
Download
Email Patches
Plain Diff
Add data binding to built javadoc.
Bug 22175560 Change-Id: Ie57e0b77cade4b994ca2ef80cbf1a4c615a943f8
parent
0e7d497c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Android.mk
Android.mk
+2
-1
No files found.
Android.mk
View file @
a340f076
...
...
@@ -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
:=
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment