From 42d7779caf217660113c308d845cd9e11c191dd5 Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Fri, 28 Jun 2019 11:04:07 -0700 Subject: Build libimgdiff as a host only library Stop building libimgdiff on device because we are only running patching there. Test: unit tests pass Change-Id: I4225c6b52a536617301a64c405e325799a303b40 --- tests/Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Android.bp b/tests/Android.bp index fec2f07de..1801f3b5f 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -50,12 +50,11 @@ cc_defaults { }, } -// libapplypatch, libapplypatch_modes, libimgdiff, libimgpatch +// libapplypatch, libapplypatch_modes, libimgpatch libapplypatch_static_libs = [ "libapplypatch_modes", "libapplypatch", "libedify", - "libimgdiff", "libimgpatch", "libotautil", "libbsdiff", -- cgit v1.2.3