diff options
author | 2024-11-22 04:12:02 +0000 | |
---|---|---|
committer | 2024-11-22 04:12:02 +0000 | |
commit | d4b92c7f76e80596005b775b3d457e0e5cf3d48b (patch) | |
tree | ff0396ec005cfc459e199f8b327e745070e0b581 /java/testing.go | |
parent | 58c72f022e457a60ef9106fb9ee62a11eb159919 (diff) | |
parent | a4bb698dfadc6562087872432a34ff3eb8a502c0 (diff) |
Merge "replace aconfig_storage_reader_java to aconfig_storage_stub" into main am: eea1ab3a49 am: a4bb698dfa
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3365727
Change-Id: I902273b8718c14fafe211783f616f6066dfe4dc0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go index 5eab2ed6d..9d72dbb07 100644 --- a/java/testing.go +++ b/java/testing.go @@ -427,7 +427,7 @@ func gatherRequiredDepsForTest() string { "kotlin-annotations", "stub-annotations", "aconfig-annotations-lib", - "aconfig_storage_reader_java", + "aconfig_storage_stub", "unsupportedappusage", } |