diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2016-11-30 19:29:37 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-11-30 20:19:08 +0100 |
commit | 3fdcda46629e8e7fc19e89c51350b1e6f151e05e (patch) | |
tree | c392e0fdcf8e61e5abfb88099fd8d9b1f1ff8a70 /twrpTarMain/Android.mk | |
parent | Fix adb shell in 7.0 tree (diff) | |
download | android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar.gz android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar.bz2 android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar.lz android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar.xz android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.tar.zst android_bootable_recovery-3fdcda46629e8e7fc19e89c51350b1e6f151e05e.zip |
Diffstat (limited to 'twrpTarMain/Android.mk')
-rw-r--r-- | twrpTarMain/Android.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/twrpTarMain/Android.mk b/twrpTarMain/Android.mk index 71b9bcd00..f948708d9 100644 --- a/twrpTarMain/Android.mk +++ b/twrpTarMain/Android.mk @@ -8,14 +8,14 @@ LOCAL_SRC_FILES:= \ ../twrp-functions.cpp \ ../twrpTar.cpp \ ../tarWrite.c \ - ../twrpDU.cpp \ + ../exclude.cpp \ ../progresstracking.cpp \ ../gui/twmsg.cpp LOCAL_CFLAGS:= -g -c -W -DBUILD_TWRPTAR_MAIN LOCAL_C_INCLUDES += bionic -LOCAL_STATIC_LIBRARIES := libc libtar_static +LOCAL_STATIC_LIBRARIES := libc libtar_static libz ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23; echo $$?),0) LOCAL_C_INCLUDES += external/stlport/stlport bionic/libstdc++/include LOCAL_STATIC_LIBRARIES += libstlport_static @@ -52,13 +52,13 @@ LOCAL_SRC_FILES:= \ ../twrp-functions.cpp \ ../twrpTar.cpp \ ../tarWrite.c \ - ../twrpDU.cpp \ + ../exclude.cpp \ ../progresstracking.cpp \ ../gui/twmsg.cpp LOCAL_CFLAGS:= -g -c -W -DBUILD_TWRPTAR_MAIN LOCAL_C_INCLUDES += bionic -LOCAL_SHARED_LIBRARIES := libc libtar +LOCAL_SHARED_LIBRARIES := libc libtar libz ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23; echo $$?),0) LOCAL_C_INCLUDES += external/stlport/stlport bionic/libstdc++/include LOCAL_SHARED_LIBRARIES += libstlport_static |