diff options
author | 2024-08-06 18:50:04 +0000 | |
---|---|---|
committer | 2024-08-06 18:50:04 +0000 | |
commit | 4f18cfdd7d1b1b5ad2130e4cf2a2c5c87ba33fb6 (patch) | |
tree | 6ceffd677b67757ae1174fbef6393a8733630556 /apex/apex_test.go | |
parent | b320ab283c66c697814c0314b303400b4757e835 (diff) | |
parent | b0f4c0239d4a133fc5021915b47b597b1eaec7ac (diff) |
Merge "Revert "Revert "Enable from-text stub generation in non-sdk java..."" into main
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r-- | apex/apex_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go index d200e929e..852f5fbd7 100644 --- a/apex/apex_test.go +++ b/apex/apex_test.go @@ -10016,9 +10016,6 @@ func TestApexLintBcpFragmentSdkLibDeps(t *testing.T) { java.PrepareForTestWithJavaSdkLibraryFiles, java.PrepareForTestWithJacocoInstrumentation, java.FixtureWithLastReleaseApis("foo"), - android.FixtureModifyConfig(func(config android.Config) { - config.SetApiLibraries([]string{"foo"}) - }), android.FixtureMergeMockFs(fs), ).RunTestWithBp(t, bp) @@ -11602,9 +11599,6 @@ func TestAconfifDeclarationsValidation(t *testing.T) { prepareForApexTest, java.PrepareForTestWithJavaSdkLibraryFiles, java.FixtureWithLastReleaseApis("foo"), - android.FixtureModifyConfig(func(config android.Config) { - config.SetApiLibraries([]string{"foo"}) - }), ).RunTestWithBp(t, ` java_library { name: "baz-java-lib", |