diff options
author | 2024-07-30 03:56:25 +0000 | |
---|---|---|
committer | 2024-07-30 03:56:25 +0000 | |
commit | 848c6c939c90196e0294a1f126c890b434bc8050 (patch) | |
tree | 8e43892ca862568ac23a0e4beb7f6a793b3476d6 /java/testing.go | |
parent | c98032785339de11e34ee3d4f94b3ec3ed70d324 (diff) |
Revert "pass read new storage parameter to java codegen"
This reverts commit c98032785339de11e34ee3d4f94b3ec3ed70d324.
Reason for revert: Droidmonitor created revert due to b/356193768. Will be verifying through ABTD before submission.
Change-Id: Ifaaa33b07333683492bc54270b840df21bcd00ca
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go index 445e096e6..7a42e4cce 100644 --- a/java/testing.go +++ b/java/testing.go @@ -424,7 +424,6 @@ func gatherRequiredDepsForTest() string { "stub-annotations", "aconfig-annotations-lib", - "aconfig_storage_reader_java", "unsupportedappusage", } |