Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-09-13 16:40:22 +07:00 committed by GitHub
parent 2bd6d608ca
commit e9cf42e7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,12 @@ then
export PATH=`pwd`/jdk1.8.0_162/bin:$PATH
fi
sudo apt -y install gcc-multilib g++-multilib
cd openjdk
rm -rf build
bash ./configure \
--enable-option-checking=fatal \
--build=x86_64-unknown-linux-gnu \
--host=x86_64-linux-gnu \
--target=aarch64-linux-android \
--disable-warnings-as-errors \