diff --git a/.gitignore b/.gitignore index 016a6d1066..95fd8c6743 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,8 @@ resources/player.aps /builds/archive /builds/*/toolchain.cmake /builds/android/android +/builds/android/local.properties +/builds/android/assets/ /builds/vs20*/Debug* /builds/vs20*/Release* /builds/vs20*/*.*sdf diff --git a/builds/android/assets/.gitkeep b/builds/android/assets/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/builds/android/jni/src/Android.mk b/builds/android/jni/src/Android.mk index e177ba758b..bf7fac25de 100644 --- a/builds/android/jni/src/Android.mk +++ b/builds/android/jni/src/Android.mk @@ -26,9 +26,9 @@ LOCAL_SRC_FILES := SDL_android_main.c \ LOCAL_SHARED_LIBRARIES := SDL2 SDL2_mixer iconv #smpeg2 #freetype2-static pixman png -LOCAL_LDLIBS := -L$(EASYDEV_ANDROID)/libs/armeabi-v7a -lGLESv1_CM -llog -lz -lfreetype2-static -lpixman -lpng -lcpufeatures +LOCAL_LDLIBS := -L$(EASYDEV_ANDROID)/libs/armeabi-v7a -lGLESv1_CM -llog -lz -lfreetype2-static -lpixman -lpng -licui18n -licuuc -licudata -lcpufeatures -LOCAL_CFLAGS := -O2 -Wall -Wextra -fno-rtti -DUSE_SDL -DHAVE_SDL_MIXER -DNDEBUG -DUNIX +LOCAL_CFLAGS := -O2 -Wall -Wextra -fno-rtti -DUSE_SDL -DHAVE_SDL_MIXER -DLCF_SUPPORT_ICU LOCAL_CPPFLAGS = $(LOCAL_C_FLAGS) -fno-exceptions -std=c++0x include $(BUILD_SHARED_LIBRARY) diff --git a/builds/android/res/layout/region_menu.xml b/builds/android/res/layout/region_menu.xml index 67efcc95b0..febc32b8b9 100644 --- a/builds/android/res/layout/region_menu.xml +++ b/builds/android/res/layout/region_menu.xml @@ -1,30 +1,82 @@ - + - + + + - + + + + + + + + + + + + + + +