summaryrefslogtreecommitdiffstats
path: root/gui/Android.mk
diff options
context:
space:
mode:
authorJames Christopher Adduono <jc@adduono.com>2016-11-06 19:17:34 +0100
committerDees Troy <dees_troy@teamw.in>2017-01-11 18:04:29 +0100
commitdcd1e440e009b7861f09e2b718ea489bdcea34b5 (patch)
treea01f1650fd1597ef290d6bf3f627bcd3e3ae18e9 /gui/Android.mk
parentbuild: Consolidate the crypto_utils presence tests (diff)
downloadandroid_bootable_recovery-dcd1e440e009b7861f09e2b718ea489bdcea34b5.tar
android_bootable_recovery-dcd1e440e009b7861f09e2b718ea489bdcea34b5.tar.gz
android_bootable_recovery-dcd1e440e009b7861f09e2b718ea489bdcea34b5.tar.bz2
android_bootable_recovery-dcd1e440e009b7861f09e2b718ea489bdcea34b5.tar.lz
android_bootable_recovery-dcd1e440e009b7861f09e2b718ea489bdcea34b5.tar.xz
android_bootable_recovery-dcd1e440e009b7861f09e2b718ea489bdcea34b5.tar.zst
android_bootable_recovery-dcd1e440e009b7861f09e2b718ea489bdcea34b5.zip
Diffstat (limited to 'gui/Android.mk')
-rw-r--r--gui/Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/Android.mk b/gui/Android.mk
index b514e5be1..dab35a4ce 100644
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -67,6 +67,12 @@ endif
ifneq ($(TW_Y_OFFSET),)
LOCAL_CFLAGS += -DTW_Y_OFFSET=$(TW_Y_OFFSET)
endif
+ifneq ($(TW_W_OFFSET),)
+ LOCAL_CFLAGS += -DTW_W_OFFSET=$(TW_W_OFFSET)
+endif
+ifneq ($(TW_H_OFFSET),)
+ LOCAL_CFLAGS += -DTW_H_OFFSET=$(TW_H_OFFSET)
+endif
ifeq ($(TW_ROUND_SCREEN), true)
LOCAL_CFLAGS += -DTW_ROUND_SCREEN
endif