Merge branch 'readonly-p4-master'
This commit is contained in:
committed by
The Android Open Source Project
commit
7827b2f49b
@@ -612,7 +612,7 @@ public class AndroidClasspathContainerInitializer extends ClasspathContainerInit
|
|||||||
// all the optional libraries use the same javadoc, so we start with this
|
// all the optional libraries use the same javadoc, so we start with this
|
||||||
String targetDocPath = target.getPath(IAndroidTarget.DOCS);
|
String targetDocPath = target.getPath(IAndroidTarget.DOCS);
|
||||||
if (targetDocPath != null) {
|
if (targetDocPath != null) {
|
||||||
paths.add(targetDocPath);
|
paths.add(ProjectHelper.getJavaDocPath(targetDocPath));
|
||||||
} else {
|
} else {
|
||||||
// we add an empty string, to always have the same count.
|
// we add an empty string, to always have the same count.
|
||||||
paths.add("");
|
paths.add("");
|
||||||
|
|||||||
Reference in New Issue
Block a user