So what I have is a CI server going through testing remotely by connecting to a target device with all necessary android testing components installed, setting up the repo, compiling it, then running the tests on it.
I've noticed that the RSA fingerprints always reset, and never use the same ones from $HOME/.android/
So that forces me to basically manually accept the key on the running emulator to have the tests run in the first place.
It's clear why this is bad, is there a way to accept these keys by the emulator automatically? or through cmd? Or what do I need to do with the keys so that I don't get forced to set them up every single time?