summaryrefslogtreecommitdiff
path: root/applypatch
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-06-28 11:04:07 -0700
committerTianjie Xu <xunchang@google.com>2019-06-28 11:04:07 -0700
commit42d7779caf217660113c308d845cd9e11c191dd5 (patch)
treeb65f78077c5203ee1ff68fedcdef0d10e6cd21fd /applypatch
parent4955648c4c90b5f9fcc0bd8cf6d0148277959047 (diff)
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
Diffstat (limited to 'applypatch')
-rw-r--r--applypatch/Android.bp4
1 files changed, 1 insertions, 3 deletions
diff --git a/applypatch/Android.bp b/applypatch/Android.bp
index 620ca6cc..64dd38d2 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",
],