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 --- applypatch/Android.bp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'applypatch/Android.bp') diff --git a/applypatch/Android.bp b/applypatch/Android.bp index 620ca6cc9..64dd38d24 100644 --- a/applypatch/Android.bp +++ b/applypatch/Android.bp @@ -114,11 +114,9 @@ cc_binary { ], } -cc_library_static { +cc_library_host_static { name: "libimgdiff", - host_supported: true, - defaults: [ "applypatch_defaults", ], -- cgit v1.2.3