summaryrefslogtreecommitdiffstats
path: root/crypto/crypttools
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2014-08-31 18:30:15 +0200
committerEthan Yonker <dees_troy@teamw.in>2014-09-03 17:53:37 +0200
commit55c75cad80479f35928f20fba7dcfbc3aec9994e (patch)
treec62fafb9c4f2039e253a4c41d783ee89c6e43772 /crypto/crypttools
parentRefresh partition details after changing file system (diff)
downloadandroid_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar.gz
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar.bz2
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar.lz
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar.xz
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.tar.zst
android_bootable_recovery-55c75cad80479f35928f20fba7dcfbc3aec9994e.zip
Diffstat (limited to 'crypto/crypttools')
-rw-r--r--crypto/crypttools/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypttools/Android.mk b/crypto/crypttools/Android.mk
index a2f8dfed5..fc62583c4 100644
--- a/crypto/crypttools/Android.mk
+++ b/crypto/crypttools/Android.mk
@@ -10,6 +10,6 @@ LOCAL_STATIC_LIBRARIES += libfs_mgrtwrp libc libcutils
LOCAL_MODULE_CLASS := UTILITY_EXECUTABLES
LOCAL_MODULE_PATH := $(PRODUCT_OUT)/utilities
LOCAL_FORCE_STATIC_EXECUTABLE := true
-LOCAL_C_INCLUDES := bootable/recovery/crypto/jb/
+LOCAL_C_INCLUDES := $(commands_recovery_local_path)/crypto/jb/
include $(BUILD_EXECUTABLE)
endif \ No newline at end of file