commit | f5e33985964c3e7acf6b9cd16d94a110e4f9a42d | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Mon Oct 26 10:04:30 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 26 10:04:30 2015 +0000 |
tree | 867a6251705bb10a0469505b659ab227eb2a1fd7 | |
parent | 9a65c36022482d7fd4217e537fa434cc79b69f39 [diff] | |
parent | f9611149975496daa895842a500f3e4b22c7a099 [diff] |
Merge "Adjust for changes to libcore/Docs.mk"
diff --git a/Android.mk b/Android.mk index 7df1bd7..932723b 100644 --- a/Android.mk +++ b/Android.mk
@@ -679,7 +679,7 @@ # Common sources for doc check and api check common_src_files := \ $(call find-other-html-files, $(html_dirs)) \ - $(addprefix ../../libcore/, $(libcore_to_document)) \ + $(addprefix ../../, $(libcore_to_document)) \ $(addprefix ../../external/junit/, $(junit_to_document)) # These are relative to frameworks/base