From e7aaebf9ff4f1fb4031a0202bef4fdd49006c6a8 Mon Sep 17 00:00:00 2001 From: Paul van Leeuwen <908808+pjvleeuwen@users.noreply.github.com> Date: Thu, 13 Jul 2023 10:43:06 +0200 Subject: [PATCH] Update ndk-make.sh initial comment to suggest an app for determining CPU architecture --- scripts/ndk-make.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ndk-make.sh b/scripts/ndk-make.sh index c82146f04..bd7820734 100755 --- a/scripts/ndk-make.sh +++ b/scripts/ndk-make.sh @@ -15,6 +15,8 @@ # # adb shell uname -m # +# Use an app like: https://f-droid.org/packages/com.kgurgul.cpuinfo/ +# # Or you just guess your phone's architecture to be arm64-v8a and if you # guessed wrongly, a warning message will pop up inside the app, telling # you what the correct one is.