AOSP Compile Error #45
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I have a OnePlus5. I want to compile AOSP with OpenEUICC.
When I start compiling I get the following error.
My AOSP is based RisingOS 14.
What should i do now ?
I am facing the same issue, have you found out the solution @osos11-Git
Hi @osos11-Git I fixed this issue by pulling the submodules by using the below command, I hope this works,
git submodule update --init --recursive
for git 1.8.2 or above
git submodule update --recursive --remote
git 1.7.3 or above
git pull --recurse-submodules
Reference: https://stackoverflow.com/questions/1030169/pull-latest-changes-for-all-git-submodules
The README explicitly mentions submodules. I don't know how hard it is to read the README before attempting compilation.