From 807795e6dcbcd1734971851b663240b249a884a0 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 18 Oct 2020 18:21:52 +0700 Subject: [PATCH] Update buildjdk.sh --- buildjdk.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildjdk.sh b/buildjdk.sh index 1d1e553..32cfaaa 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -17,10 +17,8 @@ cd openjdk rm -rf build bash ./configure \ --with-extra-cflags="$CPPFLAGS" \ - --enable-headless-only \ --enable-option-checking=fatal \ --openjdk-target=$TARGET \ - --disable-warnings-as-errors \ --with-jdk-variant=normal \ --with-cups-include=$CUPS_DIR \ --with-devkit=$ANDROID_DEVKIT \