diff options
Diffstat (limited to 'cc/testing.go')
| -rw-r--r-- | cc/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/testing.go b/cc/testing.go index 388a9ce54..fa2c25c9a 100644 --- a/cc/testing.go +++ b/cc/testing.go @@ -563,6 +563,7 @@ func CreateTestContext() *android.TestContext { RegisterRequiredBuildComponentsForTest(ctx) ctx.RegisterSingletonType("vndk-snapshot", VndkSnapshotSingleton) ctx.RegisterSingletonType("vendor-snapshot", VendorSnapshotSingleton) + ctx.RegisterSingletonType("recovery-snapshot", RecoverySnapshotSingleton) return ctx } |