diff options
author | 2024-07-23 20:30:48 +0000 | |
---|---|---|
committer | 2024-07-26 23:11:27 +0000 | |
commit | c98032785339de11e34ee3d4f94b3ec3ed70d324 (patch) | |
tree | 98a03e294fc5769d3c77a319fd71601373d46799 /java/testing.go | |
parent | 7f7f61fcafaf7dcbaa481ae080bce76c3420b31a (diff) |
pass read new storage parameter to java codegen
When RELEASE_READ_FROM_NEW_STORAGE is true, enable reading from new
storage. So that we can ensure nextfood is not impacted.
Test: m and check cf
Bug: 349874828
Ignore-AOSP-First: the previous change ag/26821089 submitted internally this one depends on that change. The added code will be removed after test mission
Change-Id: I95ad9457e6d9c07a5a5b3074045a383f004113a9
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", } |