Fix repo build

AGP 4.1.0 automatically aligns output APKs, so we just do a zipalign check rather than actually trying to align it.
cf. https://issuetracker.google.com/issues/162117652
This commit is contained in:
arkon
2020-10-18 20:25:11 -04:00
parent 1b3412993d
commit 8aa9b5ef1d
9 changed files with 193 additions and 113 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash
set -e
TOOLS="$(ls -d ${ANDROID_HOME}/build-tools/* | tail -1)"