diff options
author | 2024-07-30 14:15:36 +0000 | |
---|---|---|
committer | 2024-07-30 20:26:49 +0000 | |
commit | 9612480ee2f6eb43da87d9fe4f9f12cf7de0904f (patch) | |
tree | 98a03e294fc5769d3c77a319fd71601373d46799 /java/testing.go | |
parent | 848c6c939c90196e0294a1f126c890b434bc8050 (diff) |
Revert^2 "pass read new storage parameter to java codegen"
This reverts commit 848c6c939c90196e0294a1f126c890b434bc8050.
Reason for revert: The real issue is fixed in another cl, not related to this one
Change-Id: Id12816206a16b17c23e3a53832d268f1600107b3
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go index 7a42e4cce..445e096e6 100644 --- a/java/testing.go +++ b/java/testing.go @@ -424,6 +424,7 @@ func gatherRequiredDepsForTest() string { "stub-annotations", "aconfig-annotations-lib", + "aconfig_storage_reader_java", "unsupportedappusage", } |