Hello,
first and foremost, I am very thankful for your project, you are truly doing invaluable work for the privacy-minded!
I have a special use case for which it would be the most elegant solution to modify the /etc/hosts file. Since the security model understandably does not allow for that, my idea was to compile and sign my "own version" of GOS, only with the /etc/hosts already modified at compile time. Thus, the security model would stay intact.
I have synced the repository, but a quick "find -name hosts" did not bring satisfying results. Where would that file be that I would have to modify before compilation? Is it hidden in an archive/image? I have never compiled an Android ROM, but I have a CS background so I think I can manage it if given a few hints.
Thank you in advance!