summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-02-11 00:30:30 +0100
committerDoug Zongker <dougz@android.com>2014-02-13 23:15:26 +0100
commit52b4036eb820042d0309b32b579c52b63ca58b4d (patch)
tree8d922234a59cdf847fa8d7f71b20020c61038fa0 /updater/Android.mk
parentadd mzGetStoredEntry function (diff)
downloadandroid_bootable_recovery-52b4036eb820042d0309b32b579c52b63ca58b4d.tar
android_bootable_recovery-52b4036eb820042d0309b32b579c52b63ca58b4d.tar.gz
android_bootable_recovery-52b4036eb820042d0309b32b579c52b63ca58b4d.tar.bz2
android_bootable_recovery-52b4036eb820042d0309b32b579c52b63ca58b4d.tar.lz
android_bootable_recovery-52b4036eb820042d0309b32b579c52b63ca58b4d.tar.xz
android_bootable_recovery-52b4036eb820042d0309b32b579c52b63ca58b4d.tar.zst
android_bootable_recovery-52b4036eb820042d0309b32b579c52b63ca58b4d.zip
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 67e98ecd4..2e92504cc 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -35,6 +35,8 @@ 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