CMake files for Android

Hello!
In “subprojects/gst-docs/examples/tutorials/android” there are tutorials including CMakeLists.txt that refers to package GStreamer::mobile, supposed to be found in “${GSTREAMER_ROOT}/share/cmake”. However, I cant’t find cmake related files in Android Universal 1.24.x tarballs. Can someone help me where I can find these files?
Thanks!

They’re only available in git main and will be released as part of 1.26. The cmake support was added as part of https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6881 and https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1523 (there were some follow-up fixes).

If you need to use 1.24 then look at the 1.24 branch of the tutorials.