Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
dac22cb7
Commit
dac22cb7
authored
Jul 24, 2018
by
Keren Zhou
Committed by
Tianqi Chen
Jul 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Application.mk (#1483)
Fix application crash problems on armv7a architectures
parent
5bd4afee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
apps/android_rpc/app/src/main/jni/Application.mk
+1
-1
No files found.
apps/android_rpc/app/src/main/jni/Application.mk
View file @
dac22cb7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment