Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-10-18 18:21:52 +07:00 committed by GitHub
parent a526079f9a
commit 807795e6dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,8 @@ cd openjdk
rm -rf build rm -rf build
bash ./configure \ bash ./configure \
--with-extra-cflags="$CPPFLAGS" \ --with-extra-cflags="$CPPFLAGS" \
--enable-headless-only \
--enable-option-checking=fatal \ --enable-option-checking=fatal \
--openjdk-target=$TARGET \ --openjdk-target=$TARGET \
--disable-warnings-as-errors \
--with-jdk-variant=normal \ --with-jdk-variant=normal \
--with-cups-include=$CUPS_DIR \ --with-cups-include=$CUPS_DIR \
--with-devkit=$ANDROID_DEVKIT \ --with-devkit=$ANDROID_DEVKIT \