Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Enabled building for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Rami-Sabbagh committed Feb 17, 2018
1 parent 77427c0 commit 6a683e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
# APP_STL := stlport_static
APP_STL := gnustl_shared
APP_ABI := armeabi armeabi-v7a
APP_ABI := armeabi armeabi-v7a x86
APP_CPPFLAGS := -frtti
APP_LDFLAGS := -llog -landroid -lz
APP_PLATFORM := 10
Expand Down

0 comments on commit 6a683e0

Please sign in to comment.