Loading android/androidmk.go +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ func init() { } func RegisterAndroidMkBuildComponents(ctx RegistrationContext) { ctx.RegisterSingletonType("androidmk", AndroidMkSingleton) ctx.RegisterParallelSingletonType("androidmk", AndroidMkSingleton) } // Enable androidmk support. Loading android/api_levels.go +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import ( ) func init() { RegisterSingletonType("api_levels", ApiLevelsSingleton) RegisterParallelSingletonType("api_levels", ApiLevelsSingleton) } const previewAPILevelBase = 9000 Loading android/buildinfo_prop.go +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import ( func init() { ctx := InitRegistrationContext ctx.RegisterSingletonModuleType("buildinfo_prop", buildinfoPropFactory) ctx.RegisterParallelSingletonModuleType("buildinfo_prop", buildinfoPropFactory) } type buildinfoPropProperties struct { Loading android/gen_notice.go +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ func init() { // Register the gen_notice module type. func RegisterGenNoticeBuildComponents(ctx RegistrationContext) { ctx.RegisterSingletonType("gen_notice_build_rules", GenNoticeBuildRulesFactory) ctx.RegisterParallelSingletonType("gen_notice_build_rules", GenNoticeBuildRulesFactory) ctx.RegisterModuleType("gen_notice", GenNoticeFactory) } Loading android/metrics.go +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ func readSoongMetrics(config Config) (SoongMetrics, bool) { } func init() { RegisterSingletonType("soong_metrics", soongMetricsSingletonFactory) RegisterParallelSingletonType("soong_metrics", soongMetricsSingletonFactory) } func soongMetricsSingletonFactory() Singleton { return soongMetricsSingleton{} } Loading Loading
android/androidmk.go +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ func init() { } func RegisterAndroidMkBuildComponents(ctx RegistrationContext) { ctx.RegisterSingletonType("androidmk", AndroidMkSingleton) ctx.RegisterParallelSingletonType("androidmk", AndroidMkSingleton) } // Enable androidmk support. Loading
android/api_levels.go +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import ( ) func init() { RegisterSingletonType("api_levels", ApiLevelsSingleton) RegisterParallelSingletonType("api_levels", ApiLevelsSingleton) } const previewAPILevelBase = 9000 Loading
android/buildinfo_prop.go +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import ( func init() { ctx := InitRegistrationContext ctx.RegisterSingletonModuleType("buildinfo_prop", buildinfoPropFactory) ctx.RegisterParallelSingletonModuleType("buildinfo_prop", buildinfoPropFactory) } type buildinfoPropProperties struct { Loading
android/gen_notice.go +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ func init() { // Register the gen_notice module type. func RegisterGenNoticeBuildComponents(ctx RegistrationContext) { ctx.RegisterSingletonType("gen_notice_build_rules", GenNoticeBuildRulesFactory) ctx.RegisterParallelSingletonType("gen_notice_build_rules", GenNoticeBuildRulesFactory) ctx.RegisterModuleType("gen_notice", GenNoticeFactory) } Loading
android/metrics.go +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ func readSoongMetrics(config Config) (SoongMetrics, bool) { } func init() { RegisterSingletonType("soong_metrics", soongMetricsSingletonFactory) RegisterParallelSingletonType("soong_metrics", soongMetricsSingletonFactory) } func soongMetricsSingletonFactory() Singleton { return soongMetricsSingleton{} } Loading