From c83be224016cb529f4ac4476cd8e94dc778fec96 Mon Sep 17 00:00:00 2001 From: Don Turner Date: Thu, 21 Apr 2022 16:10:03 +0000 Subject: [PATCH] Revert "Remove Nexus 5 from FTL targets" This reverts commit 3b3f21f24160c82485af26598bcdc90769b89e43. Reason for revert: Giving Nexus 5 another chance since it caught a bug with the "Done" button being pushed off the bottom of the screen. Change-Id: If07a4f102d1755741e8950d17272e79baa89b040 --- kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/build.sh b/kokoro/build.sh index f7deb31e7..68d8a1379 100644 --- a/kokoro/build.sh +++ b/kokoro/build.sh @@ -19,7 +19,7 @@ set -e # Display commands to stderr. set -x -deviceIds=${1:-'Pixel2,Pixel3'} +deviceIds=${1:-'Nexus5,Pixel2,Pixel3'} osVersionIds=${2:-'23,27,30'} GRADLE_FLAGS=()