1# This project was upgraded with external_updater. 2# Usage: tools/external_updater/updater.sh update xz-java 3# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md 4 5name: "XZ for Java" 6description: "This aims to be a complete implementation of XZ data compression in pure Java. Single-threaded streamed compression and decompression and random access decompression have been fully implemented. Threading is planned but it is unknown when it will be implemented." 7third_party { 8 license_type: UNENCUMBERED 9 last_upgrade_date { 10 year: 2023 11 month: 11 12 day: 28 13 } 14 identifier { 15 type: "HOMEPAGE" 16 value: "https://tukaani.org/xz/java.html" 17 } 18 identifier { 19 type: "GIT" 20 value: "https://github.com/tukaani-project/xz-java.git" 21 version: "v1.9" 22 } 23} 24