diff options
author | 2024-08-06 19:06:28 +0000 | |
---|---|---|
committer | 2024-08-06 19:06:28 +0000 | |
commit | 5d2439b3b1fea0a013d72f3cdee1558268cebbe1 (patch) | |
tree | f9127aded1f88739f5224e28051ddfd9667ebd17 /apex/apex_test.go | |
parent | 4ba43fdf891622bc036fa6467e64ab5d180a1c0a (diff) | |
parent | 4f18cfdd7d1b1b5ad2130e4cf2a2c5c87ba33fb6 (diff) |
Merge "Revert "Revert "Enable from-text stub generation in non-sdk java..."" into main am: 4f18cfdd7d
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3205865
Change-Id: I7815c3207e9d41df6e581be31ce3ec1948f7cdba
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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", |