Searched refs:ensureListNotContains (Results 1 – 1 of 1) sorted by relevance
/build/soong/apex/ |
D | apex_test.go | 332 func ensureListNotContains(t *testing.T, result []string, notExpected string) { func 549 ensureListNotContains(t, ctx.ModuleVariantsForTests("mysharedjar"), "android_common_myapex") 1575 ensureListNotContains(t, cm.Properties.AndroidMkStaticLibs, "libgcc_stripped") 2209 ensureListNotContains(t, requireNativeLibs, ":vndk") 3593 …ensureListNotContains(t, ctx.ModuleVariantsForTests("mylib2"), "android_arm64_armv8-a_shared_myape…
|