mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-27 06:29:19 +00:00
Android build tweaks
- Build in ARM mode, not Thumb mode (cpu.S is written in common ARM dialect) - Include various ABIs (phat APK)
This commit is contained in:
parent
2a0a9c03b7
commit
da301ded7c
1
Android/jni/Application.mk
Normal file
1
Android/jni/Application.mk
Normal file
@ -0,0 +1 @@
|
||||
APP_ABI := armeabi armeabi-v7a ## TODO : x86
|
@ -12,6 +12,7 @@ include $(COMMON_SOURCES_MK)
|
||||
|
||||
LOCAL_MODULE := libapple2ix
|
||||
LOCAL_SRC_FILES := jnihooks.c androidkeys.c
|
||||
LOCAL_ARM_MODE := arm
|
||||
LOCAL_CFLAGS := $(APPLE2_BASE_CFLAGS) -DHEADLESS=0
|
||||
LOCAL_LDLIBS := -llog -landroid -lGLESv2 -lz -lOpenSLES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user