summaryrefslogtreecommitdiffstats
path: root/applypatch/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-07-02 06:27:44 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-07-02 06:27:44 +0200
commit9341e970ba4e1ae7d06e0bc36d5291b7c13209f8 (patch)
treeb65f78077c5203ee1ff68fedcdef0d10e6cd21fd /applypatch/Android.bp
parentMerge "Add unit tests for simulator" (diff)
parentBuild libimgdiff as a host only library (diff)
downloadandroid_bootable_recovery-9341e970ba4e1ae7d06e0bc36d5291b7c13209f8.tar
android_bootable_recovery-9341e970ba4e1ae7d06e0bc36d5291b7c13209f8.tar.gz
android_bootable_recovery-9341e970ba4e1ae7d06e0bc36d5291b7c13209f8.tar.bz2
android_bootable_recovery-9341e970ba4e1ae7d06e0bc36d5291b7c13209f8.tar.lz
android_bootable_recovery-9341e970ba4e1ae7d06e0bc36d5291b7c13209f8.tar.xz
android_bootable_recovery-9341e970ba4e1ae7d06e0bc36d5291b7c13209f8.tar.zst
android_bootable_recovery-9341e970ba4e1ae7d06e0bc36d5291b7c13209f8.zip
Diffstat (limited to 'applypatch/Android.bp')
-rw-r--r--applypatch/Android.bp4
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",
],