From c8e30bf4075a085f7fe6d127f3d406d7ced5028a Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Mon, 23 Aug 2021 22:31:47 -0700 Subject: [PATCH] Remove dependency in Linux Android Views (#88764) --- .ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index eac14c6c7ad..e790efafff6 100755 --- a/.ci.yaml +++ b/.ci.yaml @@ -1682,8 +1682,7 @@ targets: properties: dependencies: >- [ - {"dependency": "android_sdk"}, - {"dependency": "android_avd", "version": "31"} + {"dependency": "android_sdk"} ] timeout: 60 scheduler: luci