Home
last modified time | relevance | path

Searched refs:apexManifestRule (Results 1 – 2 of 2) sorted by relevance

/build/soong/apex/
Dapex_test.go1180apexManifestRule := ctx.ModuleForTests("myapex", "android_common_myapex_image").Rule("apexManifest…
1181 ensureListEmpty(t, names(apexManifestRule.Args["provideNativeLibs"]))
1182 ensureListContains(t, names(apexManifestRule.Args["requireNativeLibs"]), "libfoo.so")
1371apexManifestRule := ctx.ModuleForTests("myapex", "android_common_myapex_image").Rule("apexManifest…
1372 ensureListEmpty(t, names(apexManifestRule.Args["provideNativeLibs"]))
1373 ensureListContains(t, names(apexManifestRule.Args["requireNativeLibs"]), "libbar.so")
2415apexManifestRule := ctx.ModuleForTests("myapex", "android_common_myapex_image").Rule("apexManifest…
2416 requireNativeLibs := names(apexManifestRule.Args["requireNativeLibs"])
2470apexManifestRule := ctx.ModuleForTests("myapex", "android_common_myapex_image").Rule("apexManifest…
2471 requireNativeLibs := names(apexManifestRule.Args["requireNativeLibs"])
[all …]
Dbuilder.go87 apexManifestRule = pctx.StaticRule("apexManifestRule", blueprint.RuleParams{ var
222 Rule: apexManifestRule,