aboutsummaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-08-22 14:53:43 -0700
committerDoug Zongker <dougz@google.com>2014-08-26 13:54:24 -0700
commit5f875bf57739bf0b5c2d182173513233bdb71ab8 (patch)
tree75cccb4197282c24cfd2918040eed55fb70e8759 /updater/Android.mk
parentf449db2f30235a0c2fef4bc7bc41776e271a60a0 (diff)
downloadbootable_recovery-5f875bf57739bf0b5c2d182173513233bdb71ab8.zip
bootable_recovery-5f875bf57739bf0b5c2d182173513233bdb71ab8.tar.gz
bootable_recovery-5f875bf57739bf0b5c2d182173513233bdb71ab8.tar.bz2
remove code for original block OTA mechanism
Superseded by newer code. Bug: 16984795 Change-Id: I842299f6a02af7ccf51ef2ca174d813ca53deef1
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index b183c92..a3a900a 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -36,8 +36,6 @@ LOCAL_STATIC_LIBRARIES += libcutils liblog libstdc++ libc
LOCAL_STATIC_LIBRARIES += libselinux
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
-LOCAL_STATIC_LIBRARIES += libsyspatch libxz libxdelta3
-
# Each library in TARGET_RECOVERY_UPDATER_LIBS should have a function
# named "Register_<libname>()". Here we emit a little C function that
# gets #included by updater.c. It calls all those registration