summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2015-02-19 23:30:26 +0100
committerBill Yi <byi@google.com>2015-02-19 23:30:26 +0100
commitc2b60b9870955c14ec8434353d617ebca6f44368 (patch)
treeb4e77beaa28fb350fd94ad2f9dbc1e032bdc39a1 /updater/Android.mk
parentMerge "Move adb_main to its own file." (diff)
parentam ff934d02: Merge "Fix Droid and animation color in recovery mode" (diff)
downloadandroid_bootable_recovery-c2b60b9870955c14ec8434353d617ebca6f44368.tar
android_bootable_recovery-c2b60b9870955c14ec8434353d617ebca6f44368.tar.gz
android_bootable_recovery-c2b60b9870955c14ec8434353d617ebca6f44368.tar.bz2
android_bootable_recovery-c2b60b9870955c14ec8434353d617ebca6f44368.tar.lz
android_bootable_recovery-c2b60b9870955c14ec8434353d617ebca6f44368.tar.xz
android_bootable_recovery-c2b60b9870955c14ec8434353d617ebca6f44368.tar.zst
android_bootable_recovery-c2b60b9870955c14ec8434353d617ebca6f44368.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 c73cdc083..ff02a33b0 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -34,6 +34,16 @@ LOCAL_STATIC_LIBRARIES += libapplypatch libedify libmtdutils libminzip libz
LOCAL_STATIC_LIBRARIES += libmincrypt 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