diff options
author | Tianjie Xu <xunchang@google.com> | 2019-07-02 07:36:42 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-07-02 07:36:42 +0200 |
commit | 42e8d5a878617cf6b5fe52fa567b50d0e5cdd751 (patch) | |
tree | 36bc6ed7788200e105ca4f24162ac59aacb6cc4b | |
parent | Merge "Add unit tests for simulator" am: 4955648c4c am: 143b1d9aed am: ce2b33231e (diff) | |
parent | Merge "Build libimgdiff as a host only library" am: 9341e970ba am: b84b6422fa (diff) | |
download | android_bootable_recovery-42e8d5a878617cf6b5fe52fa567b50d0e5cdd751.tar android_bootable_recovery-42e8d5a878617cf6b5fe52fa567b50d0e5cdd751.tar.gz android_bootable_recovery-42e8d5a878617cf6b5fe52fa567b50d0e5cdd751.tar.bz2 android_bootable_recovery-42e8d5a878617cf6b5fe52fa567b50d0e5cdd751.tar.lz android_bootable_recovery-42e8d5a878617cf6b5fe52fa567b50d0e5cdd751.tar.xz android_bootable_recovery-42e8d5a878617cf6b5fe52fa567b50d0e5cdd751.tar.zst android_bootable_recovery-42e8d5a878617cf6b5fe52fa567b50d0e5cdd751.zip |
-rw-r--r-- | applypatch/Android.bp | 4 | ||||
-rw-r--r-- | tests/Android.bp | 3 |
2 files changed, 2 insertions, 5 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", ], diff --git a/tests/Android.bp b/tests/Android.bp index fec2f07de..1801f3b5f 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -50,12 +50,11 @@ cc_defaults { }, } -// libapplypatch, libapplypatch_modes, libimgdiff, libimgpatch +// libapplypatch, libapplypatch_modes, libimgpatch libapplypatch_static_libs = [ "libapplypatch_modes", "libapplypatch", "libedify", - "libimgdiff", "libimgpatch", "libotautil", "libbsdiff", |