Skip to content

Commit d29dac1

Browse files
author
zhengshuxin
committed
Don't build so for ndk20b to improve the compiling performance.
1 parent 73feaa6 commit d29dac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/acl_ndk20b/acl_one/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
arguments "-Wl,-z,common-page-size=16384"
2323

2424
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86'
25-
targets 'acl_static', 'protocol_static', 'acl_cpp_static', 'fiber_static', 'fiber_cpp_static', 'acl_shared', 'protocol_shared', 'acl_cpp_shared', 'fiber_shared', 'fiber_cpp_shared'
25+
targets 'acl_static', 'protocol_static', 'acl_cpp_static', 'fiber_static', 'fiber_cpp_static' //, 'acl_shared', 'protocol_shared', 'acl_cpp_shared', 'fiber_shared', 'fiber_cpp_shared'
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)