diff options
Diffstat (limited to 'android/testing.go')
-rw-r--r-- | android/testing.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/testing.go b/android/testing.go index ac02db9af..85bdca475 100644 --- a/android/testing.go +++ b/android/testing.go @@ -83,6 +83,8 @@ var PrepareForTestWithLicenses = GroupFixturePreparers( FixtureRegisterWithContext(registerLicenseMutators), ) +var PrepareForTestWithGenNotice = FixtureRegisterWithContext(RegisterGenNoticeBuildComponents) + func registerLicenseMutators(ctx RegistrationContext) { ctx.PreArchMutators(RegisterLicensesPackageMapper) ctx.PreArchMutators(RegisterLicensesPropertyGatherer) |