diff options
author | 2024-09-25 21:21:15 +0000 | |
---|---|---|
committer | 2024-09-26 02:46:07 +0000 | |
commit | b94c779a6d2211bfb81914fa83a49cf5a2fdaf79 (patch) | |
tree | 3a1a2f40838243be40c03f6ed29aac7d03c2a27b /java/testing.go | |
parent | df1c59a657e4c45f7452ab8b608aea155b8931aa (diff) |
Revert^2 "pass read new storage parameter to java codegen"
This reverts commit df1c59a657e4c45f7452ab8b608aea155b8931aa.
Reason for revert: Issue is not with this change.
Change-Id: I488c10758c3b6d4cb62ff462902576221cff83b0
Merged-In: Id12816206a16b17c23e3a53832d268f1600107b3
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go index 0c79e9f7e..6cc9fd125 100644 --- a/java/testing.go +++ b/java/testing.go @@ -424,7 +424,9 @@ func gatherRequiredDepsForTest() string { "kotlin-stdlib-jdk8", "kotlin-annotations", "stub-annotations", + "aconfig-annotations-lib", + "aconfig_storage_reader_java", "unsupportedappusage", } |