TF-A: Do not remove all android zips

Limit removal to only fvp*-android-*.zip thus juno related ones
remain and can be used by the follwing test descriptions

    tf-l2-boot-tests-juno/juno-mbedtls-rsa-opteed:juno-linux.optee
    tf-l2-boot-tests-juno/juno-mbedtls-ecdsa-opteed:juno-linux.optee

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: If4c10fe28bcbeaac17d436ae5383228f5f28614b
diff --git a/bionic-amd64-tf-a-build/tf-dependencies.install b/bionic-amd64-tf-a-build/tf-dependencies.install
index f9b2c06..f52af48 100755
--- a/bionic-amd64-tf-a-build/tf-dependencies.install
+++ b/bionic-amd64-tf-a-build/tf-dependencies.install
@@ -63,7 +63,7 @@
 mkdir -p nfs/downloads/linaro/20.01
 cd nfs/downloads/linaro/20.01
 wget -q -c -m -A .zip -np -nd https://releases.linaro.org/members/arm/platforms/20.01/
-rm -f *-android-*.zip sg*.zip
+rm -f fvp*-android-*.zip sg*.zip
 for file in *.zip; do
   unzip -q ${file} -d $(basename ${file} .zip)
 done