From 52b4036eb820042d0309b32b579c52b63ca58b4d Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Mon, 10 Feb 2014 15:30:30 -0800 Subject: add syspatch support to updater Add the syspatch() function, which can apply xdelta3+xz patches using the libsyspatch library. Change-Id: Idc1921e449020923bcaf425a1983bec0833e47ed --- updater/Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'updater/Android.mk') diff --git a/updater/Android.mk b/updater/Android.mk index 67e98ec..2e92504 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_()". Here we emit a little C function that # gets #included by updater.c. It calls all those registration -- cgit v1.1