Hi guys, so I'm in the middle of a project, and a component of the project is analysing the source code for GrapheneOS. It's open source, which is great, but from my understanding, it is built on top of AOSP.
Specifically, what I need help with is extracting or highlighting only the GrapheneOS code, not the AOSP code. The analysis is focused specifically on what GrapheneOS has done different.
My background is coding and cryptography, however I have never done something like this. I assume I need to download the codebase for both GrapheneOS and AOSP and run diff on it, but I have no idea where to start. Can anyone who knows how to do this help please?