Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fee324f1 authored by Trevor Drake's avatar Trevor Drake
Browse files

Drop hardcoded LOCAL_C_INCLUDES from minui/Android.mk

The zlib include was not required. libpng is now handled by referencing
the libpng static library

Change-Id: Ie4e0abad3fff5b763eba363d3d0fa96128ff49bc
parent 9255ad4a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -4,11 +4,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := graphics.c graphics_adf.c graphics_fbdev.c events.c \
	resources.c

LOCAL_C_INCLUDES +=\
    external/libpng\
    external/zlib

LOCAL_WHOLE_STATIC_LIBRARIES += libadf
LOCAL_STATIC_LIBRARIES += libpng

LOCAL_MODULE := libminui