summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-07-11 02:38:02 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-07-11 02:38:02 +0200
commited96da666466e44d31aac52faaaa34c18cb50ac3 (patch)
tree7744235f6ad5290be41a382cc8422d8bb36cf307 /tests
parentMerge "minadbd sends heartbeat to rescue service for getprop command." (diff)
parentRemove libimgpatch (diff)
downloadandroid_bootable_recovery-ed96da666466e44d31aac52faaaa34c18cb50ac3.tar
android_bootable_recovery-ed96da666466e44d31aac52faaaa34c18cb50ac3.tar.gz
android_bootable_recovery-ed96da666466e44d31aac52faaaa34c18cb50ac3.tar.bz2
android_bootable_recovery-ed96da666466e44d31aac52faaaa34c18cb50ac3.tar.lz
android_bootable_recovery-ed96da666466e44d31aac52faaaa34c18cb50ac3.tar.xz
android_bootable_recovery-ed96da666466e44d31aac52faaaa34c18cb50ac3.tar.zst
android_bootable_recovery-ed96da666466e44d31aac52faaaa34c18cb50ac3.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,
},
},