summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-07-02 07:16:39 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-07-02 07:16:39 +0200
commit304c3893606e978760236dbc245581ab8e81a085 (patch)
tree56f101640cdb400eea15c75bf898f253bf5943ef /tests/Android.bp
parentMerge "Add unit tests for simulator" am: 4955648c4c (diff)
parentMerge "Build libimgdiff as a host only library" (diff)
downloadandroid_bootable_recovery-304c3893606e978760236dbc245581ab8e81a085.tar
android_bootable_recovery-304c3893606e978760236dbc245581ab8e81a085.tar.gz
android_bootable_recovery-304c3893606e978760236dbc245581ab8e81a085.tar.bz2
android_bootable_recovery-304c3893606e978760236dbc245581ab8e81a085.tar.lz
android_bootable_recovery-304c3893606e978760236dbc245581ab8e81a085.tar.xz
android_bootable_recovery-304c3893606e978760236dbc245581ab8e81a085.tar.zst
android_bootable_recovery-304c3893606e978760236dbc245581ab8e81a085.zip
Diffstat (limited to 'tests/Android.bp')
-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",