summaryrefslogtreecommitdiffstats
path: root/adbbu/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--adbbu/Android.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/adbbu/Android.mk b/adbbu/Android.mk
index 10faf6f65..33d3ad7d3 100644
--- a/adbbu/Android.mk
+++ b/adbbu/Android.mk
@@ -2,10 +2,9 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
- twrpback.cpp \
- ../twrpDigest.cpp \
- ../digest/md5.c
-LOCAL_SHARED_LIBRARIES += libstdc++ libz libselinux
+ twrpback.cpp
+
+LOCAL_SHARED_LIBRARIES += libstdc++ libz libtwrpdigest
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23; echo $$?),0)
LOCAL_C_INCLUDES += external/stlport/stlport
LOCAL_SHARED_LIBRARIES += libstlport