diff --git a/bbootimg/src/main/kotlin/sparse_util/SparseImgParser.kt b/bbootimg/src/main/kotlin/sparse_util/SparseImgParser.kt index e53f74e..277ddb3 100644 --- a/bbootimg/src/main/kotlin/sparse_util/SparseImgParser.kt +++ b/bbootimg/src/main/kotlin/sparse_util/SparseImgParser.kt @@ -20,7 +20,7 @@ class SparseImgParser : IPackable { } override fun capabilities(): List { - return listOf("^(system|vendor|product|cache|userdata|super)\\.img$") + return listOf("^(system|system_ext|system_other|vendor|product|cache|userdata|super)\\.img$") } override fun unpack(fileName: String) {