summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-06-28 20:04:07 +0200
committerTianjie Xu <xunchang@google.com>2019-06-28 20:04:07 +0200
commit42d7779caf217660113c308d845cd9e11c191dd5 (patch)
treeb65f78077c5203ee1ff68fedcdef0d10e6cd21fd /tests
parentMerge "Add unit tests for simulator" (diff)
downloadandroid_bootable_recovery-42d7779caf217660113c308d845cd9e11c191dd5.tar
android_bootable_recovery-42d7779caf217660113c308d845cd9e11c191dd5.tar.gz
android_bootable_recovery-42d7779caf217660113c308d845cd9e11c191dd5.tar.bz2
android_bootable_recovery-42d7779caf217660113c308d845cd9e11c191dd5.tar.lz
android_bootable_recovery-42d7779caf217660113c308d845cd9e11c191dd5.tar.xz
android_bootable_recovery-42d7779caf217660113c308d845cd9e11c191dd5.tar.zst
android_bootable_recovery-42d7779caf217660113c308d845cd9e11c191dd5.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.bp3
1 files changed, 1 insertions, 2 deletions
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",