Classic confinement for logcat-colorize

Hello! logcat-colorize is a handy tool to format adb (Android Debug Bridge) logcat output, making it much clearer for programmers. The tool itself accepts adb output from stdin, but I would like to also add a script as a shortcut, calling the adb binary directly. I’ve been told it is not currently possible to call system binaries without classic confinement. This is the request: https://dashboard.snapcraft.io/snaps/logcat-colorize/revisions/3/.
Thanks.

@Luc4 You can bundle adb in the snap which will negate the need for classic confinement. See the ubports-installer snapcraft.yaml for reference:

In particular Line 22 and Line 51.