summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-10-26 17:10:20 +0200
committerAlex Deymo <deymo@google.com>2017-10-27 13:52:46 +0200
commit8a179e5e27b78e171dc56012b2bc810a00162a27 (patch)
tree396ada3598ef90a4e1545c1af7a7f0d14c21edb8 /Android.bp
parent30964e8324fae3289f1929af49db7ab6f7c8c01c (diff)
downloadbsdiff-8a179e5e27b78e171dc56012b2bc810a00162a27.tar.gz
Expose the PatchWriter generator in the public API.
We want to expose the patch writers constructors in the public API without necesarily exposing the internal details. For that, we use a factory in the public API so callers can create the PatchWriters they need. We will extend this file with new patch formats. Bug: 34220646 Test: Used this interface from the bsdiff_main.cc (see follow up CL). Change-Id: I1f005f103886579eacf37b7d9767b713e066030c
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c0d3498..b546134 100644
--- a/Android.bp
+++ b/Android.bp
@@ -62,6 +62,7 @@ cc_library_static {
"bz2_compressor.cc",
"diff_encoder.cc",
"patch_writer.cc",
+ "patch_writer_factory.cc",
"split_patch_writer.cc",
"suffix_array_index.cc",
],