diff options
author | Yabin Cui <yabinc@google.com> | 2016-02-22 23:53:52 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-02-22 23:53:52 +0100 |
commit | 16d0a185142cff938d94f668e97cb95b4e742199 (patch) | |
tree | bdf9bc64c890ad9af81aa5019b89cca00f2c60aa /Android.mk | |
parent | Merge "Fix minui cleanup path on error." (diff) | |
parent | recovery: check battery level before installing package. (diff) | |
download | android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar.gz android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar.bz2 android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar.lz android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar.xz android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.tar.zst android_bootable_recovery-16d0a185142cff938d94f668e97cb95b4e742199.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 4 |
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 |