summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-08-26 19:05:30 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-26 19:05:30 +0200
commit9e62b78b3639d3d2d7d493e2ea89db4946ae1594 (patch)
tree75cccb4197282c24cfd2918040eed55fb70e8759 /updater/Android.mk
parentam f449db2f: open misc device in write-only mode (diff)
parentremove code for original block OTA mechanism (diff)
downloadandroid_bootable_recovery-9e62b78b3639d3d2d7d493e2ea89db4946ae1594.tar
android_bootable_recovery-9e62b78b3639d3d2d7d493e2ea89db4946ae1594.tar.gz
android_bootable_recovery-9e62b78b3639d3d2d7d493e2ea89db4946ae1594.tar.bz2
android_bootable_recovery-9e62b78b3639d3d2d7d493e2ea89db4946ae1594.tar.lz
android_bootable_recovery-9e62b78b3639d3d2d7d493e2ea89db4946ae1594.tar.xz
android_bootable_recovery-9e62b78b3639d3d2d7d493e2ea89db4946ae1594.tar.zst
android_bootable_recovery-9e62b78b3639d3d2d7d493e2ea89db4946ae1594.zip
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 b183c9221..a3a900a80 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