summaryrefslogtreecommitdiffstats
path: root/gui/Android.mk
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-02-07 19:39:53 +0100
committerGerrit Code Review <gerrit2@gerrit>2014-02-07 19:39:53 +0100
commite492e27d77ad0c033fc0f55d7a5ffe18752ac7bd (patch)
treea8f5b7c167c0f365dec2735c11717e09c781a9b7 /gui/Android.mk
parentMerge "Expansion of vibrate options" into android-4.4 (diff)
parentImplement mouse cursor (diff)
downloadandroid_bootable_recovery-e492e27d77ad0c033fc0f55d7a5ffe18752ac7bd.tar
android_bootable_recovery-e492e27d77ad0c033fc0f55d7a5ffe18752ac7bd.tar.gz
android_bootable_recovery-e492e27d77ad0c033fc0f55d7a5ffe18752ac7bd.tar.bz2
android_bootable_recovery-e492e27d77ad0c033fc0f55d7a5ffe18752ac7bd.tar.lz
android_bootable_recovery-e492e27d77ad0c033fc0f55d7a5ffe18752ac7bd.tar.xz
android_bootable_recovery-e492e27d77ad0c033fc0f55d7a5ffe18752ac7bd.tar.zst
android_bootable_recovery-e492e27d77ad0c033fc0f55d7a5ffe18752ac7bd.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 ac0b2037c..29d99f7f8 100644
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -22,7 +22,8 @@ LOCAL_SRC_FILES := \
keyboard.cpp \
input.cpp \
blanktimer.cpp \
- partitionlist.cpp
+ partitionlist.cpp \
+ mousecursor.cpp
ifneq ($(TWRP_CUSTOM_KEYBOARD),)
LOCAL_SRC_FILES += $(TWRP_CUSTOM_KEYBOARD)