summaryrefslogtreecommitdiffstats
path: root/gui/Android.mk
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-07-22 19:33:59 +0200
committerEthan Yonker <dees_troy@teamw.in>2015-10-26 17:54:16 +0100
commit44925ad19051d4ffe239b3ba99ea27e7275409dc (patch)
tree5ffc3a491429c71c360553452ea4369aa268e017 /gui/Android.mk
parentAdd nulls during reading of settings and info files (diff)
downloadandroid_bootable_recovery-44925ad19051d4ffe239b3ba99ea27e7275409dc.tar
android_bootable_recovery-44925ad19051d4ffe239b3ba99ea27e7275409dc.tar.gz
android_bootable_recovery-44925ad19051d4ffe239b3ba99ea27e7275409dc.tar.bz2
android_bootable_recovery-44925ad19051d4ffe239b3ba99ea27e7275409dc.tar.lz
android_bootable_recovery-44925ad19051d4ffe239b3ba99ea27e7275409dc.tar.xz
android_bootable_recovery-44925ad19051d4ffe239b3ba99ea27e7275409dc.tar.zst
android_bootable_recovery-44925ad19051d4ffe239b3ba99ea27e7275409dc.zip
Diffstat (limited to 'gui/Android.mk')
-rw-r--r--gui/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/Android.mk b/gui/Android.mk
index 1d0d134ec..6633e9abc 100644
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -27,7 +27,8 @@ LOCAL_SRC_FILES := \
partitionlist.cpp \
mousecursor.cpp \
scrolllist.cpp \
- patternpassword.cpp
+ patternpassword.cpp \
+ textbox.cpp
ifneq ($(TWRP_CUSTOM_KEYBOARD),)
LOCAL_SRC_FILES += $(TWRP_CUSTOM_KEYBOARD)