Skip to content

Commit

Permalink
Move bzip2, libffi, openssl, sqlite and xz recipes to https://github.…
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jan 31, 2024
1 parent e713df7 commit 914189b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 192 deletions.
6 changes: 2 additions & 4 deletions target/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ set -eu

cd $(dirname $(realpath $0))

for abi in armeabi-v7a arm64-v8a x86 x86_64; do
# OpenSSL build fails if lib doesn't already exist.
mkdir -p prefix/$abi/{bin,include,lib,share}
done
echo "This script needs to be updated to use https://github.com/beeware/cpython-android-source-deps"
exit 1

# Build libraries shared by all Python versions.
./for-each-abi.sh bzip2/build.sh 1.0.8
Expand Down
27 changes: 0 additions & 27 deletions target/bzip2/build.sh

This file was deleted.

26 changes: 0 additions & 26 deletions target/libffi/build.sh

This file was deleted.

65 changes: 0 additions & 65 deletions target/openssl/build.sh

This file was deleted.

44 changes: 0 additions & 44 deletions target/sqlite/build.sh

This file was deleted.

26 changes: 0 additions & 26 deletions target/xz/build.sh

This file was deleted.

0 comments on commit 914189b

Please sign in to comment.