Loading apex/apex.go +2 −2 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ func init() { pctx.HostBinToolVariable("zip2zip", "zip2zip") pctx.HostBinToolVariable("zipalign", "zipalign") android.RegisterModuleType("apex", apexBundleFactory) android.RegisterModuleType("apex", ApexBundleFactory) android.PostDepsMutators(func(ctx android.RegisterMutatorsContext) { ctx.TopDown("apex_deps", apexDepsMutator) Loading Loading @@ -871,7 +871,7 @@ func (a *apexBundle) androidMkForType(apexType apexPackaging) android.AndroidMkD } } func apexBundleFactory() android.Module { func ApexBundleFactory() android.Module { module := &apexBundle{ outputFiles: map[apexPackaging]android.WritablePath{}, } Loading apex/apex_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ func testApex(t *testing.T, bp string) *android.TestContext { defer teardown(buildDir) ctx := android.NewTestArchContext() ctx.RegisterModuleType("apex", android.ModuleFactoryAdaptor(apexBundleFactory)) ctx.RegisterModuleType("apex", android.ModuleFactoryAdaptor(ApexBundleFactory)) ctx.RegisterModuleType("apex_key", android.ModuleFactoryAdaptor(apexKeyFactory)) ctx.PostDepsMutators(func(ctx android.RegisterMutatorsContext) { Loading Loading
apex/apex.go +2 −2 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ func init() { pctx.HostBinToolVariable("zip2zip", "zip2zip") pctx.HostBinToolVariable("zipalign", "zipalign") android.RegisterModuleType("apex", apexBundleFactory) android.RegisterModuleType("apex", ApexBundleFactory) android.PostDepsMutators(func(ctx android.RegisterMutatorsContext) { ctx.TopDown("apex_deps", apexDepsMutator) Loading Loading @@ -871,7 +871,7 @@ func (a *apexBundle) androidMkForType(apexType apexPackaging) android.AndroidMkD } } func apexBundleFactory() android.Module { func ApexBundleFactory() android.Module { module := &apexBundle{ outputFiles: map[apexPackaging]android.WritablePath{}, } Loading
apex/apex_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ func testApex(t *testing.T, bp string) *android.TestContext { defer teardown(buildDir) ctx := android.NewTestArchContext() ctx.RegisterModuleType("apex", android.ModuleFactoryAdaptor(apexBundleFactory)) ctx.RegisterModuleType("apex", android.ModuleFactoryAdaptor(ApexBundleFactory)) ctx.RegisterModuleType("apex_key", android.ModuleFactoryAdaptor(apexKeyFactory)) ctx.PostDepsMutators(func(ctx android.RegisterMutatorsContext) { Loading