summaryrefslogtreecommitdiff
path: root/java/app_test.go
diff options
context:
space:
mode:
author Jiakai Zhang <jiakaiz@google.com> 2023-06-01 15:16:58 +0100
committer Jiakai Zhang <jiakaiz@google.com> 2023-06-01 15:21:42 +0100
commit4f65a03d30a4f89ca3eeca70ada21cd79c43b220 (patch)
tree0ed1ec57666c9ae38ed03d4fd1d9160a3c40cbc6 /java/app_test.go
parent02e8a0dba151c843620ebaa3faf7d3365c676a98 (diff)
Drop INTERNAL_PLATFORM_MISSING_USES_LIBRARIES.
Bug: 282877248 Test: Presubmit build tests. Change-Id: Idd69433f308f5f47973ff0d5340a2399a27cb32c
Diffstat (limited to 'java/app_test.go')
-rw-r--r--java/app_test.go3
1 files changed, 0 insertions, 3 deletions
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")