summaryrefslogtreecommitdiffstats
path: root/healthd/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-03-11 08:42:09 -0700
committerDoug Zongker <dougz@android.com>2014-03-11 12:25:41 -0700
commitee6ef15e677fd3168b4a0d221175fbf0ecd96ff5 (patch)
tree93a89a6d6156fde4aced59f0f1bcf6f094c12b78 /healthd/Android.mk
parent0631bf3ddbc850d8a21795ac9b35b6cc21ec2c66 (diff)
downloadsystem_core-ee6ef15e677fd3168b4a0d221175fbf0ecd96ff5.zip
system_core-ee6ef15e677fd3168b4a0d221175fbf0ecd96ff5.tar.gz
system_core-ee6ef15e677fd3168b4a0d221175fbf0ecd96ff5.tar.bz2
remove pixelflinger from healthd
The minui library has changed to no longer use libpixelflinger. It also offers a more efficient way of storing and loading frames of animation; use it to represent the battery-full state images. Also removes the unused battery_charge.png image. Bug: 12131110 Change-Id: I6cc8b19f36a806c99cda30cc47b5968daf6b333b
Diffstat (limited to 'healthd/Android.mk')
-rw-r--r--healthd/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthd/Android.mk b/healthd/Android.mk
index 5cd5ce1..715c2ed 100644
--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -36,7 +36,7 @@ endif
LOCAL_C_INCLUDES := bootable/recovery
-LOCAL_STATIC_LIBRARIES := libbatteryservice libbinder libminui libpixelflinger_static libpng libz libutils libstdc++ libcutils liblog libm libc
+LOCAL_STATIC_LIBRARIES := libbatteryservice libbinder libminui libpng libz libutils libstdc++ libcutils liblog libm libc
ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
LOCAL_STATIC_LIBRARIES += libsuspend