From e1e138354d163978a584c97969decf2ca6b8e8fb Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Wed, 7 Apr 2021 17:42:01 +0700 Subject: [PATCH] Update tarjdk.sh --- tarjdk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tarjdk.sh b/tarjdk.sh index 59b97cf..54be035 100755 --- a/tarjdk.sh +++ b/tarjdk.sh @@ -2,6 +2,7 @@ set -e # cleanup ELF stuff +unset AR AS CC CXX LD OBJCOPY RANLIB STRIP git clone https://github.com/termux/termux-elf-cleaner cd termux-elf-cleaner make CFLAGS=__ANDROID_API__=24 termux-elf-cleaner