summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorthat <github@that.at>2014-03-06 07:57:43 +0100
committerthat <github@that.at>2014-03-09 23:17:15 +0100
commit7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa (patch)
tree9c9f6d74f486f40532607f5f80a42c90e4dae9e4 /Android.mk
parentFix error handling in createList (diff)
downloadandroid_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar.gz
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar.bz2
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar.lz
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar.xz
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.tar.zst
android_bootable_recovery-7e303cfeb85373323eeeb2ebe83ba3184c9d7bfa.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 013e4e1b5..46098cccf 100644
--- a/Android.mk
+++ b/Android.mk
@@ -322,7 +322,7 @@ ifeq ($(TARGET_BOARD_PLATFORM),rk30xx)
LOCAL_CFLAGS += -DRK3066
endif
LOCAL_C_INCLUDES := bootable/recovery/libmincrypt/includes
-LOCAL_SRC_FILES = adb_install.cpp bootloader.cpp verifier.cpp mtdutils/mtdutils.c
+LOCAL_SRC_FILES = adb_install.cpp bootloader.cpp verifier.cpp mtdutils/mtdutils.c legacy_property_service.c
LOCAL_SHARED_LIBRARIES += libc liblog libcutils libmtdutils
LOCAL_STATIC_LIBRARIES += libmincrypttwrp