* commit '83e5d1dc73116a154cd7387547c8dd858fd497aa': Drop hardcoded LOCAL_C_INCLUDES from minui/Android.mk
This commit is contained in:
commit
d9bbeaec5a
1 changed files with 1 additions and 4 deletions
|
@ -4,11 +4,8 @@ include $(CLEAR_VARS)
|
||||||
LOCAL_SRC_FILES := graphics.c graphics_adf.c graphics_fbdev.c events.c \
|
LOCAL_SRC_FILES := graphics.c graphics_adf.c graphics_fbdev.c events.c \
|
||||||
resources.c
|
resources.c
|
||||||
|
|
||||||
LOCAL_C_INCLUDES +=\
|
|
||||||
external/libpng\
|
|
||||||
external/zlib
|
|
||||||
|
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES += libadf
|
LOCAL_WHOLE_STATIC_LIBRARIES += libadf
|
||||||
|
LOCAL_STATIC_LIBRARIES += libpng
|
||||||
|
|
||||||
LOCAL_MODULE := libminui
|
LOCAL_MODULE := libminui
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue