Skip to content

Commit

Permalink
Merge branch 'j-hc:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
NBruderman committed Mar 31, 2024
2 parents abffdcc + e47771c commit 1a85cd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Empty file modified bin/htmlq/htmlq-arm
100644 → 100755
Empty file.
Empty file modified bin/htmlq/htmlq-arm64
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ get_prebuilts() {
if [ "$OS" = Android ]; then
local arch
if [ "$(uname -m)" = aarch64 ]; then arch=arm64; else arch=arm; fi
HTMLQ="${BIN_DIR}/htmlq-${arch}"
AAPT2="${BIN_DIR}/aapt2-${arch}"
HTMLQ="${BIN_DIR}/htmlq/htmlq-${arch}"
AAPT2="${BIN_DIR}/aapt2/aapt2-${arch}"
else
HTMLQ="${BIN_DIR}/htmlq-x86_64"
HTMLQ="${BIN_DIR}/htmlq/htmlq-x86_64"
fi
mkdir -p ${MODULE_TEMPLATE_DIR}/bin/arm64 ${MODULE_TEMPLATE_DIR}/bin/arm ${MODULE_TEMPLATE_DIR}/bin/x86 ${MODULE_TEMPLATE_DIR}/bin/x64
dl_if_dne "${MODULE_TEMPLATE_DIR}/bin/arm64/cmpr" "https://github.com/j-hc/cmpr/releases/latest/download/cmpr-arm64-v8a"
Expand Down

0 comments on commit 1a85cd5

Please sign in to comment.