Index: third_party/ijar/README.chromium |
diff --git a/third_party/ijar/README.chromium b/third_party/ijar/README.chromium |
index 297a47ce0e223cf00d079716bb749932386801e9..8f6bb02135563dbec3661c18c1d774667e362c07 100644 |
--- a/third_party/ijar/README.chromium |
+++ b/third_party/ijar/README.chromium |
@@ -11,3 +11,5 @@ A tool for generating interface .jars from normal .jars. |
Local Modifications: |
- Removed test directory |
- Added BUILD.gn and ijar.gni |
+- Enabled CRC32 zip entries by passing true to 3rd parameter of FinishFile() |
+ within ijar.cc |