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/module.go b/android/module.go index db602a0..9024896 100644 --- a/android/module.go +++ b/android/module.go
@@ -3724,7 +3724,7 @@ } func init() { - RegisterSingletonType("buildtarget", BuildTargetSingleton) + RegisterParallelSingletonType("buildtarget", BuildTargetSingleton) } func BuildTargetSingleton() Singleton {