summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-07-03 00:09:24 +0200
committerTianjie Xu <xunchang@google.com>2019-07-10 21:41:45 +0200
commit45c40ec87679570aa35be5d8a70e09dd8eeaf5ef (patch)
tree3411f478102a47664efa1dfe6acbffdbf0cab6b8 /tests
parentMerge "minadbd: delete unnecessary fdevent.h include." (diff)
downloadandroid_bootable_recovery-45c40ec87679570aa35be5d8a70e09dd8eeaf5ef.tar
android_bootable_recovery-45c40ec87679570aa35be5d8a70e09dd8eeaf5ef.tar.gz
android_bootable_recovery-45c40ec87679570aa35be5d8a70e09dd8eeaf5ef.tar.bz2
android_bootable_recovery-45c40ec87679570aa35be5d8a70e09dd8eeaf5ef.tar.lz
android_bootable_recovery-45c40ec87679570aa35be5d8a70e09dd8eeaf5ef.tar.xz
android_bootable_recovery-45c40ec87679570aa35be5d8a70e09dd8eeaf5ef.tar.zst
android_bootable_recovery-45c40ec87679570aa35be5d8a70e09dd8eeaf5ef.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.bp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 1801f3b5f..a86704015 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -50,12 +50,11 @@ cc_defaults {
},
}
-// libapplypatch, libapplypatch_modes, libimgpatch
+// libapplypatch, libapplypatch_modes
libapplypatch_static_libs = [
"libapplypatch_modes",
"libapplypatch",
"libedify",
- "libimgpatch",
"libotautil",
"libbsdiff",
"libbspatch",
@@ -180,7 +179,7 @@ cc_test_host {
target: {
darwin: {
- // libimgdiff is not available on the Mac.
+ // libapplypatch in "libupdater_defaults" is not available on the Mac.
enabled: false,
},
},