diff options
Diffstat (limited to 'android/testing.go')
-rw-r--r-- | android/testing.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/android/testing.go b/android/testing.go index 23aadda53..f243e81dd 100644 --- a/android/testing.go +++ b/android/testing.go @@ -1132,11 +1132,6 @@ func SetKatiEnabledForTests(config Config) { config.katiEnabled = true } -func SetTrimmedApexEnabledForTests(config Config) { - config.productVariables.TrimmedApex = new(bool) - *config.productVariables.TrimmedApex = true -} - func AndroidMkEntriesForTest(t *testing.T, ctx *TestContext, mod blueprint.Module) []AndroidMkEntries { t.Helper() var p AndroidMkEntriesProvider |