Searched refs:assertExcludeFromRecoverySnapshotIs (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | vendor_snapshot_test.go | 1017 func assertExcludeFromRecoverySnapshotIs(t *testing.T, ctx *android.TestContext, name string, expec… func 1368 assertExcludeFromRecoverySnapshotIs(t, ctx, "libinclude", false) 1369 assertExcludeFromRecoverySnapshotIs(t, ctx, "libexclude", true) 1370 assertExcludeFromRecoverySnapshotIs(t, ctx, "libavailable_exclude", true) 1374 assertExcludeFromRecoverySnapshotIs(t, ctx, "librecovery", false)
|