Home
last modified time | relevance | path

Searched refs:collectAppDeps (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Drro.go163 _, _, certificates := collectAppDeps(ctx, r, false, false)
Dapp_import.go389 _, _, certificates := collectAppDeps(ctx, a, false, false)
Dapp.go860 …jniLibs, prebuiltJniPackages, certificates := collectAppDeps(ctx, a, a.shouldEmbedJnis(ctx), check…
977 func collectAppDeps(ctx android.ModuleContext, app appDepsInterface, func