Update ndk-make.sh initial comment to suggest an app for determining CPU architecture

This commit is contained in:
Paul van Leeuwen 2023-07-13 10:43:06 +02:00 committed by GitHub
parent 3becdf52ec
commit e7aaebf9ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@
# #
# adb shell uname -m # 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 # 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 # guessed wrongly, a warning message will pop up inside the app, telling
# you what the correct one is. # you what the correct one is.