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

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

Use config.DefaultLibraries for droiddoc

am: 77a69ecb

Change-Id: Ib3ff4894cae354a3907bd75449dfa4ca2e222bff
parents 07055094 77a69ecb
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() {