Use config.DefaultLibraries for droiddoc
Test: m -j ds-static-docs Bug: b/70351683 Change-Id: I867fb12004e0b6e1bc22f455585386109f0df2d1
This commit is contained in:
parent
816aa9da76
commit
77a69ecb70
|
@ -349,7 +349,7 @@ func (j *Javadoc) addDeps(ctx android.BottomUpMutatorContext) {
|
|||
ctx.AddDependency(ctx.Module(), systemModulesTag, config.DefaultSystemModules)
|
||||
}
|
||||
if !Bool(j.properties.No_framework_libs) {
|
||||
ctx.AddDependency(ctx.Module(), libTag, []string{"ext", "framework"}...)
|
||||
ctx.AddDependency(ctx.Module(), libTag, config.DefaultLibraries...)
|
||||
}
|
||||
} else if sdkDep.useModule {
|
||||
if ctx.Config().TargetOpenJDK9() {
|
||||
|
|
Loading…
Reference in New Issue