mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Unlike pure-java prepared dictionary, in native prepared dictionaries source data is not copied, but referenced. Likely because of copy-paste, `raw_data` field was not populated. PiperOrigin-RevId: 944339020