From: Jami Kettunen Date: Fri, 23 May 2025 13:53:21 +0000 (+0300) Subject: arch: Separately identify arm64_only CPUs without AArch32 support X-Git-Tag: 1.5.2~3 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/60e96fa95d9aedd4dc2bdb80b17b4cc46565c210?hp=60e96fa95d9aedd4dc2bdb80b17b4cc46565c210 arch: Separately identify arm64_only CPUs without AArch32 support More and more modern AArch64 SoCs present both in computers and phones can no longer run normal arm64 image builds which (currently anyway) also ship various amounts of 32-bit executables that cannot be natively executed; thus let's target an upcoming arm64_only OTA channel instead. ---