aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <>2009-03-27 17:06:24 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-27 17:06:24 -0700
commit19faefad052ee26285e52e3adb8994a4d4e71c38 (patch)
treed4d6fd74729dc423328ece239b60c0ae7bf9abaa /Android.mk
parente6faba0580017352bcba4efefac032095d337042 (diff)
downloadbootable_recovery-19faefad052ee26285e52e3adb8994a4d4e71c38.zip
bootable_recovery-19faefad052ee26285e52e3adb8994a4d4e71c38.tar.gz
bootable_recovery-19faefad052ee26285e52e3adb8994a4d4e71c38.tar.bz2
AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This saves
about 60k from the recovery and system images. Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 143289
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 816d143..6198ab3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,7 +30,7 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_MODULE_TAGS := eng
LOCAL_STATIC_LIBRARIES := libminzip libunz libamend libmtdutils libmincrypt
-LOCAL_STATIC_LIBRARIES += libminui libpixelflinger_static libcutils
+LOCAL_STATIC_LIBRARIES += libminui libpixelflinger_static libpng libcutils
LOCAL_STATIC_LIBRARIES += libstdc++ libc
# Specify a C-includable file containing the OTA public keys.