Skip to content

Commit 6b78ac0

Browse files
committed
Merge pull request #1168 from pandamicro/develop
Add commented armeabi-v7a compile option
2 parents 1cf59a9 + 56c1107 commit 6b78ac0

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

samples/js-moonwarriors/project/proj.android/jni/Application.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
APP_STL := gnustl_static
22

3+
# Uncomment this line to compile to armeabi-v7a, your application will run faster but support less devices
4+
#APP_ABI := armeabi-v7a
5+
36
APP_CPPFLAGS := -frtti -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -std=c++11 -fsigned-char
47
APP_LDFLAGS := -latomic
58

samples/js-tests/project/proj.android/jni/Application.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
APP_STL := gnustl_static
22

3+
# Uncomment this line to compile to armeabi-v7a, your application will run faster but support less devices
4+
#APP_ABI := armeabi-v7a
5+
36
APP_CPPFLAGS := -frtti -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -std=c++11 -fsigned-char
47
APP_LDFLAGS := -latomic
58

templates/js-template-default/frameworks/runtime-src/proj.android/jni/Application.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
APP_STL := gnustl_static
22

3+
# Uncomment this line to compile to armeabi-v7a, your application will run faster but support less devices
4+
#APP_ABI := armeabi-v7a
5+
36
APP_CPPFLAGS := -frtti -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -std=c++11 -fsigned-char
47
APP_LDFLAGS := -latomic
58

templates/js-template-runtime/frameworks/runtime-src/proj.android/jni/Application.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
APP_STL := gnustl_static
22

3+
# Uncomment this line to compile to armeabi-v7a, your application will run faster but support less devices
4+
#APP_ABI := armeabi-v7a
5+
36
APP_CPPFLAGS := -frtti -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -std=c++11 -fsigned-char
47
APP_LDFLAGS := -latomic
58

0 commit comments

Comments
 (0)