summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/Makefile.Android2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.Android b/examples/Makefile.Android
index 5d76fb76..0570d8b2 100644
--- a/examples/Makefile.Android
+++ b/examples/Makefile.Android
@@ -48,7 +48,7 @@ ifeq ($(ANDROID_ARCH),ARM64)
ANDROID_ARCH_NAME = arm64-v8a
endif
ifeq ($(ANDROID_ARCH),x86)
- ANDROID_ARCH_NAME = i686
+ ANDROID_ARCH_NAME = x86
endif
ifeq ($(ANDROID_ARCH),x86_64)
ANDROID_ARCH_NAME = x86_64