Fix building of other utilities
Fix building all applypatch items
Fix building verifier_test (probably will not work right as-is)
but at least it builds without errors.
Change-Id: I7ab0c04d7d3d2c2e14b57480627e594f89a68b0b
diff --git a/Android.mk b/Android.mk
index 9781541..aa17613 100644
--- a/Android.mk
+++ b/Android.mk
@@ -289,12 +289,13 @@
LOCAL_MODULE := verifier_test
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_MODULE_TAGS := tests
+LOCAL_C_INCLUDES := bootable/recovery/libmincrypt/includes
LOCAL_SRC_FILES := \
verifier_test.cpp \
verifier.cpp \
ui.cpp
LOCAL_STATIC_LIBRARIES := \
- libmincrypt \
+ libmincrypttwrp \
libminui \
libcutils \
libstdc++ \