Allow building for F-Droid

This commit is contained in:
Miguel Horta
2022-04-19 14:54:08 +01:00
committed by pelya
parent adbe81a060
commit a92f6cf9b8
12 changed files with 56 additions and 55 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/sh
#!/usr/bin/env bash
set -e
AUTO=a
CHANGED=
JAVA_SRC_PATH=project/java
@@ -1208,6 +1209,7 @@ if echo "$CompiledLibraries" | grep -E 'crypto|ssl' > /dev/null; then
fi
if echo "$CompiledLibraries" | grep -E 'iconv|charset|icu' > /dev/null; then
echo "#=Compiling prebuilt icu"
make -C project/jni -f Makefile.prebuilt icu ARCH_LIST="$MultiABI"
fi