summaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Expand)Author
2024-04-05Allow bootable/deprecated-ota to use bsdiffKelvin Zhang
2021-12-20Make bsdiff available in recoveryKelvin Zhang
2021-02-07Update bsdiff_unittest to really work host-sideJulien Desprez
2021-01-21Add LOCAL_LICENSE_KINDS to external/bsdiffBob Badour
2020-08-05Allow libsnapshot to link to bsdiff.David Anderson
2019-10-17Restrict visibility of libraries that are newly vendor_available: true.Bill Peckham
2019-09-19Moving recovery resources from /system to /vendorBill Peckham
2019-01-10Don't build `bspatch` executable for Android target.Tao Bao
2018-10-23Mark libbspatch as recovery_available for update_engine_sideloadDan Willemsen
2018-03-26Fix brotli decompressor interface usage when reading past the end.Alex Deymo
2018-03-12Fix infinite loop when providing a partial input bz2 stream.Alex Deymo
2018-01-18Add an argument parser in bsdiffTianjie Xu
2017-11-30Implement a simple logger for bsdiffTianjie Xu
2017-11-14Add a brotli decompressor in bsdiffTianjie Xu
2017-11-08Implement Play Store's "endsley" patching format generator.Alex Deymo
2017-11-02Remove the include/bsdiff export.Alex Deymo
2017-10-31Add the brotli compressor for bsdiffTianjie Xu
2017-10-27Expose the PatchWriter generator in the public API.Alex Deymo
2017-10-26Add an interface for bspatch readerTianjie Xu
2017-10-20Select SuffixArray size at runtime.Alex Deymo
2017-10-11New SplitPatchWriter to split a bsdiff patch into multiple ones.Alex Deymo
2017-10-09Reduce PatchWriterInterface functionality.Alex Deymo
2017-09-28Add unittest for the PatchWriter.Alex Deymo
2017-09-25Add the "bsdiff/" prefix to all include paths.Alex Deymo
2017-09-15Refactor bsdiff patch writing code to another file.Alex Deymo
2017-09-12Convert bsdiff to soongAlex Deymo