summaryrefslogtreecommitdiffstats
path: root/minui
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-02-26 18:49:13 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-26 18:49:13 +0100
commit83e5d1dc73116a154cd7387547c8dd858fd497aa (patch)
tree3de68afc0fb10e8af0dc4c53d927c3eebbc08435 /minui
parentam 9255ad4a: Merge "Fix readx/writex names." (diff)
parentMerge "Drop hardcoded LOCAL_C_INCLUDES from minui/Android.mk" (diff)
downloadandroid_bootable_recovery-83e5d1dc73116a154cd7387547c8dd858fd497aa.tar
android_bootable_recovery-83e5d1dc73116a154cd7387547c8dd858fd497aa.tar.gz
android_bootable_recovery-83e5d1dc73116a154cd7387547c8dd858fd497aa.tar.bz2
android_bootable_recovery-83e5d1dc73116a154cd7387547c8dd858fd497aa.tar.lz
android_bootable_recovery-83e5d1dc73116a154cd7387547c8dd858fd497aa.tar.xz
android_bootable_recovery-83e5d1dc73116a154cd7387547c8dd858fd497aa.tar.zst
android_bootable_recovery-83e5d1dc73116a154cd7387547c8dd858fd497aa.zip
Diffstat (limited to 'minui')
-rw-r--r--minui/Android.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/minui/Android.mk b/minui/Android.mk
index ddee165f9..9b2e09b70 100644
--- a/minui/Android.mk
+++ b/minui/Android.mk
@@ -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