i tried to build v1-r for the lineage supported hotdog device with and without docker. I know, that R is not officially supported by now and there are fixes ongoing, but im interested in this stuff and maybe one of you already had this issue or is willing to help.
So the build is failing with the same error for the docker build, the good old way and the steadfasterX way to build:
Anybody can help where i can try to start debugging?
My suggestion is, that this has to do with the overlay/microg things. And from the error message i get, that there seem to be multiple ways to generate this file.
I managed to successfully build my v1-r, but unfortunately phone won’t boot. Anyway, what I have done is replaced occurrences of “-w dupbuild=err” to “-w dupbuild=warn” in files soong.go and ninja.go. Probably only one of them would do, but i didn’t want to test so I replaced both and after that it worked.
Files are located in: …/src/R/build/soong/ui/build/.
Hope this helps.
Thanks @steadfasterX for the fast response. I had v1-r in vendor_e, but there was still unexplained mention of v1-q when running envsetup.sh. This must be user error in my upgrade process. I am now starting from new sources.