summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-08-22 14:25:14 +0200
committerDees_Troy <dees_troy@teamw.in>2013-08-22 14:25:14 +0200
commit94e2a4640264a89752dcaa4efa551ec5c7604bfc (patch)
tree3c0307b6b20772cf5a985172f9c0d59f46c1f36c
parentFix problem with not waiting for pigz to exit (diff)
downloadandroid_bootable_recovery-94e2a4640264a89752dcaa4efa551ec5c7604bfc.tar
android_bootable_recovery-94e2a4640264a89752dcaa4efa551ec5c7604bfc.tar.gz
android_bootable_recovery-94e2a4640264a89752dcaa4efa551ec5c7604bfc.tar.bz2
android_bootable_recovery-94e2a4640264a89752dcaa4efa551ec5c7604bfc.tar.lz
android_bootable_recovery-94e2a4640264a89752dcaa4efa551ec5c7604bfc.tar.xz
android_bootable_recovery-94e2a4640264a89752dcaa4efa551ec5c7604bfc.tar.zst
android_bootable_recovery-94e2a4640264a89752dcaa4efa551ec5c7604bfc.zip
-rw-r--r--gui/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/Android.mk b/gui/Android.mk
index 35d877bc1..7ac4bac9b 100644
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -22,8 +22,7 @@ LOCAL_SRC_FILES := \
keyboard.cpp \
input.cpp \
blanktimer.cpp \
- partitionlist.cpp \
- ../minuitwrp/graphics.c
+ partitionlist.cpp
ifneq ($(TWRP_CUSTOM_KEYBOARD),)
LOCAL_SRC_FILES += $(TWRP_CUSTOM_KEYBOARD)
@@ -31,6 +30,7 @@ else
LOCAL_SRC_FILES += hardwarekeyboard.cpp
endif
+LOCAL_SHARED_LIBRARIES += libminuitwrp libc libstdc++
LOCAL_MODULE := libguitwrp
# Use this flag to create a build that simulates threaded actions like installing zips, backups, restores, and wipes for theme testing