summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-02-17 21:21:52 +0100
committerYabin Cui <yabinc@google.com>2016-02-23 20:03:10 +0100
commit99281df8e2eb6a302ccbcfd790a6889392541264 (patch)
tree2126fe6de4564bea444d6514ef75a8d71769b1d4 /Android.mk
parentFix integer overflows in recovery procedure. am: 1273956e69 am: 5978a71d29 am: 877dcba47a am: f4ee1720f3 am: cae056f219 am: 682d691052 am: ae68f02272 (diff)
downloadandroid_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar.gz
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar.bz2
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar.lz
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar.xz
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.tar.zst
android_bootable_recovery-99281df8e2eb6a302ccbcfd790a6889392541264.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 4da34eef5..4477fefe3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -64,6 +64,7 @@ LOCAL_C_INCLUDES += \
system/core/adb \
LOCAL_STATIC_LIBRARIES := \
+ libbatterymonitor \
libext4_utils_static \
libsparse_static \
libminzip \
@@ -77,11 +78,14 @@ LOCAL_STATIC_LIBRARIES := \
libfs_mgr \
libbase \
libcutils \
+ libutils \
liblog \
libselinux \
libm \
libc
+LOCAL_HAL_STATIC_LIBRARIES := libhealthd
+
ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
LOCAL_CFLAGS += -DUSE_EXT4
LOCAL_C_INCLUDES += system/extras/ext4_utils