ext4crypt: fix include location for recovery-twrp in lineage

Change-Id: Iefa73425fc13f41f5a267cce0c5d4047edc25e9e
diff --git a/gui/Android.mk b/gui/Android.mk
index 02bd0a1..f08378c 100755
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -50,7 +50,7 @@
     ifeq ($(shell test $(PLATFORM_SDK_VERSION) -le 28; echo $$?),0)
         LOCAL_C_INCLUDES += system/extras/ext4_utils \
             system/extras/ext4_utils/include \
-            bootable/recovery/crypto/ext4crypt
+            $(LOCAL_PATH)/../crypto/ext4crypt
         LOCAL_SHARED_LIBRARIES += libext4_utils
     endif
 endif