summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorMichael Runge <mrunge@google.com>2014-11-24 19:06:43 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-24 19:06:43 +0100
commit0fe938c0fbebfdd3f6dedb0761588a20e741c870 (patch)
treeb404196ca7849fb3d31889dffb730e7361bd3f61 /updater/Android.mk
parentam d34b6378: Merge "Global C++11 compatibility." (diff)
parentam b278c252: Add support for tune2fs file operations (diff)
downloadandroid_bootable_recovery-0fe938c0fbebfdd3f6dedb0761588a20e741c870.tar
android_bootable_recovery-0fe938c0fbebfdd3f6dedb0761588a20e741c870.tar.gz
android_bootable_recovery-0fe938c0fbebfdd3f6dedb0761588a20e741c870.tar.bz2
android_bootable_recovery-0fe938c0fbebfdd3f6dedb0761588a20e741c870.tar.lz
android_bootable_recovery-0fe938c0fbebfdd3f6dedb0761588a20e741c870.tar.xz
android_bootable_recovery-0fe938c0fbebfdd3f6dedb0761588a20e741c870.tar.zst
android_bootable_recovery-0fe938c0fbebfdd3f6dedb0761588a20e741c870.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 a3a900a80..11e7bb807 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