diff options
Diffstat (limited to '')
-rw-r--r-- | applypatch/Android.bp | 4 |
1 files changed, 1 insertions, 3 deletions
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", ], |