Skip to content

Commit

Permalink
updated defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
limboemu committed Mar 5, 2022
1 parent cb29b69 commit 69236c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.developers
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ https://github.com/limboemu/limbo
2. Requirements:

Android SDK
Android NDK: r14b/gcc or r23/clang
Android NDK: r14b/gcc or r23b/clang
Android Studio (3.1.1 preferred)
Android device with Android OS 8.0 (Oreo) and above
Linux Desktop pc (Ubuntu preferred)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#NDK_ROOT = /home/dev/tools/ndk/android-ndk-r14b
#USE_GCC?=true
# Or use r23 with clang
NDK_ROOT ?= /home/dev/tools/ndk/android-ndk-r23
NDK_ROOT ?= /home/dev/tools/ndk/android-ndk-r23b
USE_GCC?=false

### the ndk api should be the same as the minSdkVersion in your AndroidManifest.xml
Expand Down Expand Up @@ -49,7 +49,7 @@ BUILD_GUEST?=x86_64-softmmu

# QEMU Version
# values: 2.9.1, 5.1.0
USE_QEMU_VERSION ?= 2.9.1
USE_QEMU_VERSION ?= 5.1.0

# If you want to use SDL interface
USE_SDL ?= true
Expand Down

0 comments on commit 69236c1

Please sign in to comment.