chore: Remove cmake arguments

This commit is contained in:
Ahmad Ansori Palembani 2025-01-01 07:58:43 +07:00
parent 3c00a249c3
commit b19480de1a
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -66,11 +66,6 @@ android {
//noinspection ChromeOsAbiSupport
abiFilters += supportedAbis
}
externalNativeBuild {
cmake {
this.arguments("-DHAVE_LIBJXL=FALSE")
}
}
}
splits {