Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bea1e551 authored by Nan Zhang's avatar Nan Zhang Committed by android-build-merger
Browse files

Use config.DefaultLibraries for droiddoc am: 77a69ecb am: 32e554b5 am: e305f4a2

am: 1ed50a76

Change-Id: I1d32205a0b0d3de92d61526e42dd25b1e072f87a
parents a82aab5d 1ed50a76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {