Another interesting thing is that I'm also including my own prebuilt apk (in rpi5/device.mk), and it's not installed in the built version as well, while I see it in out/target/product/rpi5/vendor/priv-app (but works fine for the emulator for example).
I've installed the prebuilt version and there was a Pi-related settings .
After that I've built the current version:
It builds and runs, however, there is no Pi settings anymore.
As I can see, they should be included:
Another interesting thing is that I'm also including my own prebuilt apk (in
rpi5/device.mk
), and it's not installed in the built version as well, while I see it inout/target/product/rpi5/vendor/priv-app
(but works fine for the emulator for example).