summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-03-13 19:44:21 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-03-13 19:44:21 +0100
commitf5c2d6ce24d77aa7c38544c6d2f55400237fdbe5 (patch)
tree0022cc15b5011d8eb5940724b3f4cb7acab2594e /updater/Android.mk
parentAdd UI for entering pattern for device decryption (diff)
parentmerge in lmp-mr1-release history after reset to lmp-mr1-dev (diff)
downloadandroid_bootable_recovery-f5c2d6ce24d77aa7c38544c6d2f55400237fdbe5.tar
android_bootable_recovery-f5c2d6ce24d77aa7c38544c6d2f55400237fdbe5.tar.gz
android_bootable_recovery-f5c2d6ce24d77aa7c38544c6d2f55400237fdbe5.tar.bz2
android_bootable_recovery-f5c2d6ce24d77aa7c38544c6d2f55400237fdbe5.tar.lz
android_bootable_recovery-f5c2d6ce24d77aa7c38544c6d2f55400237fdbe5.tar.xz
android_bootable_recovery-f5c2d6ce24d77aa7c38544c6d2f55400237fdbe5.tar.zst
android_bootable_recovery-f5c2d6ce24d77aa7c38544c6d2f55400237fdbe5.zip
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index edc9f589d..cc2206134 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -46,6 +46,16 @@ LOCAL_STATIC_LIBRARIES += libflashutils libmmcutils libbmlutils
LOCAL_STATIC_LIBRARIES += libmincrypttwrp libbz
LOCAL_STATIC_LIBRARIES += libcutils liblog libstdc++ libc
LOCAL_STATIC_LIBRARIES += libselinux
+tune2fs_static_libraries := \
+ libext2_com_err \
+ libext2_blkid \
+ libext2_quota \
+ libext2_uuid_static \
+ libext2_e2p \
+ libext2fs
+LOCAL_STATIC_LIBRARIES += libtune2fs $(tune2fs_static_libraries)
+
+LOCAL_C_INCLUDES += external/e2fsprogs/misc
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
# Each library in TARGET_RECOVERY_UPDATER_LIBS should have a function