Everything so far has lead me to this
I need to find the vendor, kernel and device files for my pixel 2. I’m not sure what the specific file sets I’m looking for are.
I may have found the kernel from thislink
repo init -u https://android.googlesource.com/kernel/manifest -b android-msm-wahoo-4.4-pie-qpr2
repo sync
Although it looks like I need to build it from here, and the build gives me an error
‘openssl/bio.h’ file not found
I imagine the other files should be somewhere on googles sites as well, I wasn’t able to find anything on github in a quick search and I was looking at the files in the aosp rom from download and I didn’t see anything named accordingly.
I’ll look in to this more tomorrow, any additional information would be greatly appreciated, especially in regards to collecting kernel, dev, vendor files. Thanks.