Searched refs:collectAppDeps (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | rro.go | 129 _, certificates := collectAppDeps(ctx, r, false, false)
|
D | app_import.go | 253 _, certificates := collectAppDeps(ctx, a, false, false)
|
D | app.go | 668 …jniLibs, certificateDeps := collectAppDeps(ctx, a, a.shouldEmbedJnis(ctx), !Bool(a.appProperties.J… 732 func collectAppDeps(ctx android.ModuleContext, app appDepsInterface, func
|