platform_build_soong/snapshot
Colin Cross 6c7e8ff86f Fix data race in snapshot singletons when running parallel tests
Singleton objects need to be created in the singleton factory rather
than as a global variable so that they have a unique object per
context in order to allow multiple tests to run in parallel.

Test: go test -race ./...
Change-Id: Ib6912849e1b849ffe8646882cfb476ddea6c6b55
2024-01-17 11:09:16 -08:00
..
Android.bp
host_fake_snapshot.go Convert ModuleProvder to generic providers API 2023-12-14 16:12:22 -08:00
host_snapshot.go Include license information for vendor and host snapshots 2023-04-25 18:03:32 +09:00
host_test.go
recovery_snapshot.go Fix data race in snapshot singletons when running parallel tests 2024-01-17 11:09:16 -08:00
snapshot.go Include license information for vendor and host snapshots 2023-04-25 18:03:32 +09:00
snapshot_base.go Include license information for vendor and host snapshots 2023-04-25 18:03:32 +09:00
test.go
util.go Include license information for vendor and host snapshots 2023-04-25 18:03:32 +09:00
vendor_snapshot.go Fix data race in snapshot singletons when running parallel tests 2024-01-17 11:09:16 -08:00