1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:38:52 +03:00
Signed-off-by: Anton Afanasyeu <a.afanasieff@gmail.com>
This commit is contained in:
Anton Afanasyeu
2026-05-18 18:26:28 +02:00
parent 8f991ad79b
commit 6d02a9ee82
12 changed files with 503 additions and 40 deletions

View File

@@ -124,6 +124,7 @@ for ARCH_ABI in ${ARCH_ABIS}; do
done
echo "==> Building debug APK (JAVA_HOME=$JAVA_HOME)"
./gradlew --stop
./gradlew clean assembleDebug
if [[ "$RUN_UNIT_TESTS" == "1" ]]; then