Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex_test.go972apexManifestRule := ctx.ModuleForTests("myapex", "android_common_myapex_image").Rule("apexManifest…
973 ensureListEmpty(t, names(apexManifestRule.Args["provideNativeLibs"]))
974 ensureListContains(t, names(apexManifestRule.Args["requireNativeLibs"]), "libfoo.so")
1172apexManifestRule := ctx.ModuleForTests("myapex", "android_common_myapex_image").Rule("apexManifest…
1173 ensureListEmpty(t, names(apexManifestRule.Args["provideNativeLibs"]))
1174 ensureListContains(t, names(apexManifestRule.Args["requireNativeLibs"]), "libbar.so")
2207apexManifestRule := ctx.ModuleForTests("myapex", "android_common_myapex_image").Rule("apexManifest…
2208 requireNativeLibs := names(apexManifestRule.Args["requireNativeLibs"])
2260apexManifestRule := ctx.ModuleForTests("myapex", "android_common_myapex_image").Rule("apexManifest…
2261 requireNativeLibs := names(apexManifestRule.Args["requireNativeLibs"])
[all …]
Dbuilder.go82 apexManifestRule = pctx.StaticRule("apexManifestRule", blueprint.RuleParams{ var
205 Rule: apexManifestRule,