Fix sdk aidl include for droiddoc am: 26bf49b0b2
am: 0130538069
am: 5f327eccc1
Change-Id: I16869c333576cdba8121c33d2416b7ca8f0e1eb0
This commit is contained in:
@@ -534,6 +534,9 @@ func (j *Javadoc) collectDeps(ctx android.ModuleContext) deps {
|
|||||||
ctx.AddMissingDependencies(sdkDep.java9Classpath)
|
ctx.AddMissingDependencies(sdkDep.java9Classpath)
|
||||||
} else if sdkDep.useFiles {
|
} else if sdkDep.useFiles {
|
||||||
deps.bootClasspath = append(deps.bootClasspath, sdkDep.jars...)
|
deps.bootClasspath = append(deps.bootClasspath, sdkDep.jars...)
|
||||||
|
deps.aidlPreprocess = sdkDep.aidl
|
||||||
|
} else {
|
||||||
|
deps.aidlPreprocess = sdkDep.aidl
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.VisitDirectDeps(func(module android.Module) {
|
ctx.VisitDirectDeps(func(module android.Module) {
|
||||||
|
Reference in New Issue
Block a user