OWNERS: take ownership of androidenv, android-studio and related packages and documentations

request-maintainers.sh script can be a bit unreliable, declaring ownership of certain paths allows
notification even when it is misbehaving. https://github.com/NixOS/nixpkgs/pull/404791#issuecomment-2856635870

wildcard paths are used intentionally so we don't have to change this often
if new packages are added/removed

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>

Changed files
+7
ci
+7
ci/OWNERS
···
## common-updater-scripts
/pkgs/common-updater/scripts/update-source-version @jtojnar
+
# Android tools, libraries, and environments
+
/pkgs/development/android* @NixOS/android
+
/pkgs/development/mobile/android* @NixOS/android
+
/pkgs/applications/editors/android-studio* @NixOS/android
+
/doc/languages-frameworks/android* @NixOS/android
+
/pkgs/by-name/an/android* @NixOS/android
+
# Python-related code and docs
/doc/languages-frameworks/python.section.md @mweinelt @natsukium
/maintainers/scripts/update-python-libraries @mweinelt @natsukium