summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-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