summaryrefslogtreecommitdiffstats
path: root/applypatch/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-02-17 01:15:19 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-02-17 01:15:19 +0100
commit31bcd7c002c0b556790e7fa0db39297f1624e7e1 (patch)
treeed61c1e7c2d9b8708ee643156d226028f01cfd03 /applypatch/Android.bp
parentMerge "recovery: Porting screensave mode for new platform." (diff)
parentSkip the cache size check on host (diff)
downloadandroid_bootable_recovery-31bcd7c002c0b556790e7fa0db39297f1624e7e1.tar
android_bootable_recovery-31bcd7c002c0b556790e7fa0db39297f1624e7e1.tar.gz
android_bootable_recovery-31bcd7c002c0b556790e7fa0db39297f1624e7e1.tar.bz2
android_bootable_recovery-31bcd7c002c0b556790e7fa0db39297f1624e7e1.tar.lz
android_bootable_recovery-31bcd7c002c0b556790e7fa0db39297f1624e7e1.tar.xz
android_bootable_recovery-31bcd7c002c0b556790e7fa0db39297f1624e7e1.tar.zst
android_bootable_recovery-31bcd7c002c0b556790e7fa0db39297f1624e7e1.zip
Diffstat (limited to 'applypatch/Android.bp')
-rw-r--r--applypatch/Android.bp2
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",
],