Loading android/androidmk.go +8 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,14 @@ func RegisterAndroidMkBuildComponents(ctx RegistrationContext) { ctx.RegisterSingletonType("androidmk", AndroidMkSingleton) } // Enable androidmk support. // * Register the singleton // * Configure that we are inside make var PrepareForTestWithAndroidMk = GroupFixturePreparers( FixtureRegisterWithContext(RegisterAndroidMkBuildComponents), FixtureModifyConfig(SetKatiEnabledForTests), ) // Deprecated: Use AndroidMkEntriesProvider instead, especially if you're not going to use the // Custom function. It's easier to use and test. type AndroidMkDataProvider interface { Loading Loading
android/androidmk.go +8 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,14 @@ func RegisterAndroidMkBuildComponents(ctx RegistrationContext) { ctx.RegisterSingletonType("androidmk", AndroidMkSingleton) } // Enable androidmk support. // * Register the singleton // * Configure that we are inside make var PrepareForTestWithAndroidMk = GroupFixturePreparers( FixtureRegisterWithContext(RegisterAndroidMkBuildComponents), FixtureModifyConfig(SetKatiEnabledForTests), ) // Deprecated: Use AndroidMkEntriesProvider instead, especially if you're not going to use the // Custom function. It's easier to use and test. type AndroidMkDataProvider interface { Loading