summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2019-03-13 00:28:31 +0100
committerEthan Yonker <dees_troy@teamw.in>2019-03-18 04:39:00 +0100
commit3ed778ad6389c901077fee38bb77abd55dd4eba4 (patch)
tree57a2a9af729ca594387f71532797fb9d42bcc8cc /Android.mk
parentfix building TWRP for devices without cache (diff)
downloadandroid_bootable_recovery-3ed778ad6389c901077fee38bb77abd55dd4eba4.tar
android_bootable_recovery-3ed778ad6389c901077fee38bb77abd55dd4eba4.tar.gz
android_bootable_recovery-3ed778ad6389c901077fee38bb77abd55dd4eba4.tar.bz2
android_bootable_recovery-3ed778ad6389c901077fee38bb77abd55dd4eba4.tar.lz
android_bootable_recovery-3ed778ad6389c901077fee38bb77abd55dd4eba4.tar.xz
android_bootable_recovery-3ed778ad6389c901077fee38bb77abd55dd4eba4.tar.zst
android_bootable_recovery-3ed778ad6389c901077fee38bb77abd55dd4eba4.zip
Diffstat (limited to 'Android.mk')
-rwxr-xr-x[-rw-r--r--]Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 403647374..9b9123554 100644..100755
--- a/Android.mk
+++ b/Android.mk
@@ -293,6 +293,9 @@ endif
ifeq ($(TW_NO_EXFAT_FUSE), true)
LOCAL_CFLAGS += -DTW_NO_EXFAT_FUSE
endif
+ifeq ($(TW_NO_HAPTICS), true)
+ LOCAL_CFLAGS += -DTW_NO_HAPTICS
+endif
ifeq ($(TW_INCLUDE_JB_CRYPTO), true)
TW_INCLUDE_CRYPTO := true
endif