commit | 0c10e4dcc027e341655e8eedc20bd77f9539a22b | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Tue May 16 00:58:37 2023 +0000 |
committer | LaMont Jones <lamontjones@google.com> | Fri May 19 20:31:32 2023 +0000 |
tree | 84843d33683b21c94e695d2251b1fe20c58cb4fb | |
parent | e59c0db5360b850b444c3bed9b92b0fd30b15e1e [diff] [blame] |
Parallelize singleton execution Bug: 281536768 Test: manual, presubmits Change-Id: I57fdc76ba6b277e88e196b506af87127a530fd37
diff --git a/android/api_levels.go b/android/api_levels.go index fa919fd..2391e6c 100644 --- a/android/api_levels.go +++ b/android/api_levels.go
@@ -22,7 +22,7 @@ ) func init() { - RegisterSingletonType("api_levels", ApiLevelsSingleton) + RegisterParallelSingletonType("api_levels", ApiLevelsSingleton) } const previewAPILevelBase = 9000