summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-11-29 18:23:25 +0200
committerTom Marshall <tdm@cyngn.com>2015-11-25 15:35:22 -0800
commit5cd84a079f35f08e12cddf6a75282486e93ad48f (patch)
tree4063913a8ae10478ffebdffdec93baa464a1ba3a
parentabc5d0bf19c2864a12e79dcec95c82359d0a2d96 (diff)
downloadbootable_recovery-5cd84a079f35f08e12cddf6a75282486e93ad48f.zip
bootable_recovery-5cd84a079f35f08e12cddf6a75282486e93ad48f.tar.gz
bootable_recovery-5cd84a079f35f08e12cddf6a75282486e93ad48f.tar.bz2
recovery: Always include ext4 stuff
Change-Id: I86bfa73d4004a3b44b3047ee72205a8fa079ec20
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index b9bdd32..81136aa 100644
--- a/Android.mk
+++ b/Android.mk
@@ -198,11 +198,11 @@ LOCAL_SRC_FILES := \
voldclient.cpp
LOCAL_CFLAGS += -DMINIVOLD
LOCAL_CFLAGS += -Wno-unused-parameter
-ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
+#ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
LOCAL_CFLAGS += -DUSE_EXT4
LOCAL_C_INCLUDES += system/extras/ext4_utils
LOCAL_STATIC_LIBRARIES += libext4_utils_static libz
-endif
+#endif
LOCAL_STATIC_LIBRARIES += \
libsparse_static \
libz \