From aed2e74b6131b95f0811c2d564f51c31dad48ce2 Mon Sep 17 00:00:00 2001 From: zhidou Date: Wed, 20 Nov 2024 03:55:07 +0000 Subject: replace aconfig_storage_reader_java to aconfig_storage_stub This change replace aconfig_storage_reader_jave to aconfig_storage_stub. The former library is a normal java library, while the later is a stub library. Since we only need to provide the symbols here, the stub library is safer. Test: presubmit Change-Id: I1c098cf7ad4c0ec0d5f0b13089f04598b8f81fc3 --- java/testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/testing.go') diff --git a/java/testing.go b/java/testing.go index cb3245ba7..0ea4e6408 100644 --- a/java/testing.go +++ b/java/testing.go @@ -428,7 +428,7 @@ func gatherRequiredDepsForTest() string { "stub-annotations", "aconfig-annotations-lib", - "aconfig_storage_reader_java", + "aconfig_storage_stub", "unsupportedappusage", } -- cgit v1.2.3-59-g8ed1b