From 4f65a03d30a4f89ca3eeca70ada21cd79c43b220 Mon Sep 17 00:00:00 2001 From: Jiakai Zhang Date: Thu, 1 Jun 2023 15:16:58 +0100 Subject: Drop INTERNAL_PLATFORM_MISSING_USES_LIBRARIES. Bug: 282877248 Test: Presubmit build tests. Change-Id: Idd69433f308f5f47973ff0d5340a2399a27cb32c --- java/app_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'java/app_test.go') diff --git a/java/app_test.go b/java/app_test.go index 7f9f0ed9f..592859c0c 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") -- cgit v1.2.3-59-g8ed1b