Searched refs:assertExcludeFromVendorSnapshotIs (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | vendor_snapshot_test.go | 1009 func assertExcludeFromVendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expecte… func 1084 assertExcludeFromVendorSnapshotIs(t, ctx, "libinclude", false) 1085 assertExcludeFromVendorSnapshotIs(t, ctx, "libexclude", true) 1086 assertExcludeFromVendorSnapshotIs(t, ctx, "libavailable_exclude", true) 1090 assertExcludeFromVendorSnapshotIs(t, ctx, "libvendor", false)
|