From 1ea84d6da97f4c4269ac16c4d332bbff3466b1b8 Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Wed, 22 Feb 2017 18:23:58 -0800 Subject: Refractor the code for imgdiff Put ImageChunk and some helper functions into a class. Also switch to using std::vector instead of malloc. Bug: 18606652 Test: imgdiff_test passed on host. Also generate a complete incremental OTA package. The file content is the same and time consumption is similar. Change-Id: Id603ada4e130ef521218400761a119001a86ca79 --- tests/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Android.mk') diff --git a/tests/Android.mk b/tests/Android.mk index 3ab5ea6c2..9ee27a06a 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -176,6 +176,7 @@ LOCAL_STATIC_LIBRARIES := \ libbsdiff \ libbspatch \ libziparchive \ + libutils \ libbase \ libcrypto \ libbz \ -- cgit v1.2.3