Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-09-13 12:30:15 +07:00 committed by GitHub
parent 8a331c4d3a
commit f720ad27f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ rm -rf build
bash ./configure \
--enable-option-checking=fatal \
--build=x86_64-unknown-linux-gnu \
--host=aarch64-linux-android \
--host=x86_64-linux-gnu \
--target=aarch64-linux-android \
--disable-warnings-as-errors \
--enable-headless-only \