commit | 42d7779caf217660113c308d845cd9e11c191dd5 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jun 28 11:04:07 2019 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Fri Jun 28 11:04:07 2019 -0700 |
tree | b65f78077c5203ee1ff68fedcdef0d10e6cd21fd | |
parent | 4955648c4c90b5f9fcc0bd8cf6d0148277959047 [diff] [blame] |
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
diff --git a/applypatch/Android.bp b/applypatch/Android.bp index 620ca6c..64dd38d 100644 --- a/applypatch/Android.bp +++ b/applypatch/Android.bp
@@ -114,11 +114,9 @@ ], } -cc_library_static { +cc_library_host_static { name: "libimgdiff", - host_supported: true, - defaults: [ "applypatch_defaults", ],