diff options
author | 2023-06-02 14:59:10 +0000 | |
---|---|---|
committer | 2023-06-02 14:59:10 +0000 | |
commit | f508c252bb0bba6df49ceca5dbde28e9aa48cac1 (patch) | |
tree | 18360321b27c8171b0d9fdc6a48184c72d28ce40 /java/app_test.go | |
parent | b25cbb3449fe589281f04ba9132986aa9bbe3a44 (diff) | |
parent | 4f65a03d30a4f89ca3eeca70ada21cd79c43b220 (diff) |
Merge "Drop INTERNAL_PLATFORM_MISSING_USES_LIBRARIES."
Diffstat (limited to 'java/app_test.go')
-rw-r--r-- | java/app_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/app_test.go b/java/app_test.go index 68e9d11f7..5aed17876 100644 --- a/java/app_test.go +++ b/java/app_test.go @@ -2644,9 +2644,6 @@ func TestUsesLibraries(t *testing.T) { prepareForJavaTest, PrepareForTestWithJavaSdkLibraryFiles, FixtureWithLastReleaseApis("runtime-library", "foo", "quuz", "qux", "bar", "fred"), - android.FixtureModifyProductVariables(func(variables android.FixtureProductVariables) { - variables.MissingUsesLibraries = []string{"baz"} - }), ).RunTestWithBp(t, bp) app := result.ModuleForTests("app", "android_common") |