From b9c804e77d7c72f38bc7afcd94ed4b8d20282dad Mon Sep 17 00:00:00 2001 From: friendlyarm Date: Wed, 18 Jun 2025 18:47:08 +0800 Subject: [PATCH] Update install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 5c4a161..bb49545 100755 --- a/install.sh +++ b/install.sh @@ -113,6 +113,9 @@ apt-get -y install gcc-multilib # for openwrt24 (uboot) apt-get -y install python3-dev python3-setuptools +# for android 14+ (kernel-6.1) +apt install dwarves lz4 + # install friendlyelec-toolchain [ -d fa-toolchain ] || git clone https://github.com/friendlyarm/prebuilts.git -b master --depth 1 fa-toolchain (cat fa-toolchain/gcc-x64/toolchain-4.9.3-armhf.tar.gz* | tar xz -C /)