aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2024-04-19 17:19:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-19 17:19:45 +0000
commitf7c6c135c55d9f480793046364306adc4cbacf42 (patch)
treee31a2e149d9cf2a3fa4b4fec67fba35c5fe802af
parent2aed7ffa83b0b25d8ab9e0360b3ce27daed726e0 (diff)
parent490664fbb8f3e759dc94e586a11c02722a3fd9c4 (diff)
downloadcuttlefish-f7c6c135c55d9f480793046364306adc4cbacf42.tar.gz
Merge "Explicitly add the libprotobuf-java-util-full to CuttlefishWmediumdControlTest" into main
-rw-r--r--tests/wmediumd_control/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wmediumd_control/Android.bp b/tests/wmediumd_control/Android.bp
index e23cf2921..e62321b32 100644
--- a/tests/wmediumd_control/Android.bp
+++ b/tests/wmediumd_control/Android.bp
@@ -35,5 +35,6 @@ java_test_host {
"cuttlefish_host_test_utils",
"platform-test-annotations",
"WmediumdServerProto_java",
+ "libprotobuf-java-util-full",
],
}