From 32c8eb81af916f04fd42e7294f699b10474beef6 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 11 Sep 2012 15:28:06 -0400 Subject: Make text appear in GUI console, Zip install works. Move TW zip install code to C++ so that it can use the ui->functions. Bring in mincrypt code to fix a crash during signature checking. --- Android.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index c8f453a79..6d3be1dec 100644 --- a/Android.mk +++ b/Android.mk @@ -35,7 +35,10 @@ LOCAL_SRC_FILES += \ firmware.c \ partition.cpp \ partitionmanager.cpp \ - mtdutils/mtdutils.c + mtdutils/mtdutils.c \ + twinstall.cpp \ + twmincrypt/twrsa.c \ + twmincrypt/twsha.c ifeq ($(TARGET_RECOVERY_REBOOT_SRC),) LOCAL_SRC_FILES += reboot.c @@ -64,7 +67,7 @@ LOCAL_STATIC_LIBRARIES := LOCAL_SHARED_LIBRARIES := LOCAL_STATIC_LIBRARIES += libmtdutils -LOCAL_STATIC_LIBRARIES += libext4_utils libminadbd libminzip libunz libmincrypt +LOCAL_STATIC_LIBRARIES += libext4_utils libminadbd libminzip libunz LOCAL_STATIC_LIBRARIES += libminuitwrp libpixelflinger_static libpng libjpegtwrp libgui LOCAL_SHARED_LIBRARIES += libz libc libstlport libcutils libstdc++ -- cgit v1.2.3