diff options
| author | 2015-10-26 10:04:30 +0000 | |
|---|---|---|
| committer | 2015-10-26 10:04:30 +0000 | |
| commit | f5e33985964c3e7acf6b9cd16d94a110e4f9a42d (patch) | |
| tree | 867a6251705bb10a0469505b659ab227eb2a1fd7 | |
| parent | 9a65c36022482d7fd4217e537fa434cc79b69f39 (diff) | |
| parent | f9611149975496daa895842a500f3e4b22c7a099 (diff) | |
Merge "Adjust for changes to libcore/Docs.mk"
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 7df1bd7fff9f..932723bbd601 100644 --- a/Android.mk +++ b/Android.mk @@ -679,7 +679,7 @@ html_dirs := \ # 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 |