diff options
author | Ibrahim Awwal <ibrahim.awwal@gmail.com> | 2014-01-04 21:38:26 +0100 |
---|---|---|
committer | Ibrahim Awwal <ibrahim.awwal@gmail.com> | 2014-01-04 21:38:26 +0100 |
commit | 2e9cb01bdad53b328799e57c9e8612758db006cd (patch) | |
tree | 8ed385ce2bd7b2013f44f920805c66f54aeeb4d7 /minuitwrp/Android.mk | |
parent | add errno.h to fix compile errors on other devices (diff) | |
download | android_bootable_recovery-2e9cb01bdad53b328799e57c9e8612758db006cd.tar android_bootable_recovery-2e9cb01bdad53b328799e57c9e8612758db006cd.tar.gz android_bootable_recovery-2e9cb01bdad53b328799e57c9e8612758db006cd.tar.bz2 android_bootable_recovery-2e9cb01bdad53b328799e57c9e8612758db006cd.tar.lz android_bootable_recovery-2e9cb01bdad53b328799e57c9e8612758db006cd.tar.xz android_bootable_recovery-2e9cb01bdad53b328799e57c9e8612758db006cd.tar.zst android_bootable_recovery-2e9cb01bdad53b328799e57c9e8612758db006cd.zip |
Diffstat (limited to 'minuitwrp/Android.mk')
-rw-r--r-- | minuitwrp/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/minuitwrp/Android.mk b/minuitwrp/Android.mk index 6e5f45f0b..8c8ffaa88 100644 --- a/minuitwrp/Android.mk +++ b/minuitwrp/Android.mk @@ -52,6 +52,10 @@ ifeq ($(BOARD_HAS_FLIPPED_SCREEN), true) LOCAL_CFLAGS += -DBOARD_HAS_FLIPPED_SCREEN endif +ifeq ($(TW_IGNORE_MAJOR_AXIS_0), true) +LOCAL_CFLAGS += -DTW_IGNORE_MAJOR_AXIS_0 +endif + ifneq ($(BOARD_USE_CUSTOM_RECOVERY_FONT),) LOCAL_CFLAGS += -DBOARD_USE_CUSTOM_RECOVERY_FONT=$(BOARD_USE_CUSTOM_RECOVERY_FONT) endif |