diff options
author | Muhammad Fahad Baig <muhammad.fb.79@gmail.com> | 2016-04-07 10:19:33 +0200 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2016-06-09 22:25:19 +0200 |
commit | 0ac2293a9e391297cfb76c0dffca50f036b74db0 (patch) | |
tree | 07234c3d4377f23afc55404b070d384546710a86 /minuitwrp/Android.mk | |
parent | Move force_rgb_565 up. (diff) | |
download | android_bootable_recovery-0ac2293a9e391297cfb76c0dffca50f036b74db0.tar android_bootable_recovery-0ac2293a9e391297cfb76c0dffca50f036b74db0.tar.gz android_bootable_recovery-0ac2293a9e391297cfb76c0dffca50f036b74db0.tar.bz2 android_bootable_recovery-0ac2293a9e391297cfb76c0dffca50f036b74db0.tar.lz android_bootable_recovery-0ac2293a9e391297cfb76c0dffca50f036b74db0.tar.xz android_bootable_recovery-0ac2293a9e391297cfb76c0dffca50f036b74db0.tar.zst android_bootable_recovery-0ac2293a9e391297cfb76c0dffca50f036b74db0.zip |
Diffstat (limited to '')
-rw-r--r-- | minuitwrp/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minuitwrp/Android.mk b/minuitwrp/Android.mk index 811685c0e..18943727d 100644 --- a/minuitwrp/Android.mk +++ b/minuitwrp/Android.mk @@ -137,6 +137,9 @@ endif ifeq ($(TW_SCREEN_BLANK_ON_BOOT), true) LOCAL_CFLAGS += -DTW_SCREEN_BLANK_ON_BOOT endif +ifeq ($(TW_FBIOPAN), true) + LOCAL_CFLAGS += -DTW_FBIOPAN +endif ifeq ($(BOARD_HAS_FLIPPED_SCREEN), true) LOCAL_CFLAGS += -DBOARD_HAS_FLIPPED_SCREEN |