summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-09-20 21:16:13 +0200
committerDoug Zongker <dougz@android.com>2010-09-21 23:13:45 +0200
commitcc8cd3f3cac07f6927ead277ef390c000ae798d9 (patch)
treeeb69079a188920538b1d955d0da5d594d934723f /Android.mk
parentam 3dba40da: (-s ours) am d4208f9f: remove the notion of "root path"; support mixed flash types (do not merge) (diff)
downloadandroid_bootable_recovery-cc8cd3f3cac07f6927ead277ef390c000ae798d9.tar
android_bootable_recovery-cc8cd3f3cac07f6927ead277ef390c000ae798d9.tar.gz
android_bootable_recovery-cc8cd3f3cac07f6927ead277ef390c000ae798d9.tar.bz2
android_bootable_recovery-cc8cd3f3cac07f6927ead277ef390c000ae798d9.tar.lz
android_bootable_recovery-cc8cd3f3cac07f6927ead277ef390c000ae798d9.tar.xz
android_bootable_recovery-cc8cd3f3cac07f6927ead277ef390c000ae798d9.tar.zst
android_bootable_recovery-cc8cd3f3cac07f6927ead277ef390c000ae798d9.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index e8e7a79ab..27ffec70f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,8 +15,6 @@ LOCAL_SRC_FILES := \
verifier.c \
encryptedfs_provisioning.c
-LOCAL_SRC_FILES += test_roots.c
-
LOCAL_MODULE := recovery
LOCAL_FORCE_STATIC_EXECUTABLE := true
@@ -44,10 +42,13 @@ ifeq ($(TARGET_RECOVERY_UI_LIB),)
else
LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UI_LIB)
endif
+LOCAL_STATIC_LIBRARIES += libext4_utils libz
LOCAL_STATIC_LIBRARIES += libminzip libunz libmtdutils libmincrypt
LOCAL_STATIC_LIBRARIES += libminui libpixelflinger_static libpng libcutils
LOCAL_STATIC_LIBRARIES += libstdc++ libc
+LOCAL_C_INCLUDES += system/extras/ext4_utils
+
include $(BUILD_EXECUTABLE)