aarch32 instead of arm maybe?

This commit is contained in:
khanhduytran0 2021-01-15 17:11:56 +07:00
parent eb65f3e019
commit 2c411a03c6
6 changed files with 10 additions and 5 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2

View File

@ -2,6 +2,11 @@
set -e
. setdevkitpath.sh
if [ "$TARGET_JDK" == "arm" ]
then
export TARGET_JDK=aarch32
fi
sudo apt -y install systemtap-sdt-dev gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-dev libfontconfig1-dev libx11-dev
export FREETYPE_DIR=`pwd`/freetype-$BUILD_FREETYPE_VERSION/build_android-${TARGET_SHORT}

View File

@ -2,7 +2,7 @@
set -e
export TARGET=arm-linux-androideabi
export TARGET_JDK=aarch32
export TARGET_JDK=arm
bash ci_build_global.sh