Change classpath for droiddoc

When the module type is SdkLibraryDependency, the classpath has been
gotten from headerJar
Becuase droiddoc uses src files when it builds, we should change to use
ImplementationJars instead of headerJar.

Bug: 77577799
Test: make -j

Change-Id: I1a072be69d7edff5636ea80af700be7796c3b0fc
This commit is contained in:
Sundong Ahn
2018-07-13 16:16:44 +09:00
parent 0a4cfbc21a
commit 241cd3747c
3 changed files with 23 additions and 1 deletions

View File

@@ -313,6 +313,7 @@ type Dependency interface {
type SdkLibraryDependency interface {
HeaderJars(linkType linkType) android.Paths
ImplementationJars(linkType linkType) android.Paths
}
type SrcDependency interface {