Skip to content

Commit

Permalink
Update Application.mk (#1483)
Browse files Browse the repository at this point in the history
Fix application crash problems on armv7a architectures
  • Loading branch information
Jokeren authored and tqchen committed Jul 24, 2018
1 parent 5643846 commit 95be7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/android_rpc/app/src/main/jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include $(config)
# We target every architecture except armeabi here, for two reasons:
# 1) armeabi is deprecated in NDK r16 and removed in r17
# 2) vulkan is not supported in armeabi
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 mips
APP_ABI ?= armeabi-v7a arm64-v8a x86 x86_64 mips
APP_STL := c++_static

APP_CPPFLAGS += -DDMLC_LOG_STACK_TRACE=0 -DTVM4J_ANDROID=1 -std=c++11 -Oz -frtti
Expand Down

0 comments on commit 95be7c2

Please sign in to comment.