Android: overcome Windows build limitations

LOCAL_SHORT_COMMANDS applies to a single module and will resolve error 87, while APP_SHORT_COMMANDS := true can be added to the Application.mk in its place to apply to all modules. Both have a performance cost, so it is recommended to limit the scope sparingly.
This commit is contained in:
Ender's Games 2018-07-28 21:30:39 -04:00
parent 6e86fcdf6e
commit 7c3e7fb161
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ LOCAL_PRELINK_MODULE := false
LOCAL_MODULE := dc
LOCAL_DISABLE_FORMAT_STRING_CHECKS=true
LOCAL_SHORT_COMMANDS := true
LOCAL_ASFLAGS := -fPIC -fvisibility=hidden
LOCAL_LDLIBS := -llog -lGLESv2 -lEGL -lz
#-Wl,-Map,./res/raw/syms.mp3