diff options
author | Tianjie Xu <xunchang@google.com> | 2017-05-31 23:49:01 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-05-31 23:49:03 +0200 |
commit | 99e7216907e55ec6895e445190bb361fcfd437a7 (patch) | |
tree | 90e9a4b87ce3ecec7f05fb1bd0a5d75d39ab2674 /otautil/Android.bp | |
parent | Merge "Implement a custom deflate sink function for bspatch" (diff) | |
parent | kill package_extract_dir (diff) | |
download | android_bootable_recovery-99e7216907e55ec6895e445190bb361fcfd437a7.tar android_bootable_recovery-99e7216907e55ec6895e445190bb361fcfd437a7.tar.gz android_bootable_recovery-99e7216907e55ec6895e445190bb361fcfd437a7.tar.bz2 android_bootable_recovery-99e7216907e55ec6895e445190bb361fcfd437a7.tar.lz android_bootable_recovery-99e7216907e55ec6895e445190bb361fcfd437a7.tar.xz android_bootable_recovery-99e7216907e55ec6895e445190bb361fcfd437a7.tar.zst android_bootable_recovery-99e7216907e55ec6895e445190bb361fcfd437a7.zip |
Diffstat (limited to 'otautil/Android.bp')
-rw-r--r-- | otautil/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp index 0b2314374..a2eaa0402 100644 --- a/otautil/Android.bp +++ b/otautil/Android.bp @@ -18,7 +18,6 @@ cc_library_static { srcs: [ "SysUtil.cpp", "DirUtil.cpp", - "ZipUtil.cpp", "ThermalUtil.cpp", ], |