diff options
author | Greg Hackmann <ghackmann@google.com> | 2014-05-03 01:15:53 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-05-03 01:15:54 +0200 |
commit | 1c2cf1db0db2c9e9310d27bdc19c605f5537b72f (patch) | |
tree | edc085397dbbaf95f28961ff70ab097289b2dbcb /minui/Android.mk | |
parent | Merge "Change filesystem add entry API call." (diff) | |
parent | recovery: minui: add adf backend (diff) | |
download | android_bootable_recovery-1c2cf1db0db2c9e9310d27bdc19c605f5537b72f.tar android_bootable_recovery-1c2cf1db0db2c9e9310d27bdc19c605f5537b72f.tar.gz android_bootable_recovery-1c2cf1db0db2c9e9310d27bdc19c605f5537b72f.tar.bz2 android_bootable_recovery-1c2cf1db0db2c9e9310d27bdc19c605f5537b72f.tar.lz android_bootable_recovery-1c2cf1db0db2c9e9310d27bdc19c605f5537b72f.tar.xz android_bootable_recovery-1c2cf1db0db2c9e9310d27bdc19c605f5537b72f.tar.zst android_bootable_recovery-1c2cf1db0db2c9e9310d27bdc19c605f5537b72f.zip |
Diffstat (limited to 'minui/Android.mk')
-rw-r--r-- | minui/Android.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/minui/Android.mk b/minui/Android.mk index 5cc84ac7a..df4aac169 100644 --- a/minui/Android.mk +++ b/minui/Android.mk @@ -1,12 +1,15 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) -LOCAL_SRC_FILES := graphics.c graphics_fbdev.c events.c resources.c +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_MODULE := libminui # This used to compare against values in double-quotes (which are just |