Guys from Korean market asked to show game rating (an image with text "18+" and some more korean text) in startup screen, so I've added more-less generic solution.
11 lines
480 B
Makefile
11 lines
480 B
Makefile
APP_PROJECT_PATH := $(call my-dir)/..
|
|
|
|
# Available libraries: mad (GPL-ed!) sdl_mixer sdl_image sdl_ttf sdl_net sdl_blitpool sdl_gfx intl xml2 lua jpeg png ogg flac tremor vorbis freetype xerces
|
|
|
|
APP_MODULES := application sdl-1.2 sdl_main stlport ogg flac tremor vorbis png jpeg freetype xerces sdl_mixer sdl_image sdl_ttf intl lua png xerces
|
|
|
|
# To filter out static libs from all libs in makefile
|
|
APP_AVAILABLE_STATIC_LIBS := jpeg png tremor freetype xerces
|
|
|
|
APP_ABI := armeabi
|