diff options
Diffstat (limited to 'applypatch/Android.bp')
-rw-r--r-- | applypatch/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applypatch/Android.bp b/applypatch/Android.bp index b37614072..d3efa152b 100644 --- a/applypatch/Android.bp +++ b/applypatch/Android.bp @@ -30,6 +30,8 @@ cc_defaults { cc_library_static { name: "libapplypatch", + host_supported: true, + defaults: [ "applypatch_defaults", ], |