I am trying to build AOSP image on my mac Book using Linux virtual box. Since I don’t have enough space on Mac I am trying to checkoutAOSP on external 2 TB Segate HDD which I planned to use for build. I have installed repo tool and python 2.7 but when I try to init repo with this command repo
Tag: repo
Using repo with goldfish Android kernel
I was trying to configure repo with a local_manifest.xml file to get the goldfish Android kernel available at: https://android.googlesource.com/kernel/goldfish.git I have written the following local_manifest.xml file that I copied in .repo/manifests/local_manifest.xml: Giving the following command: repo init -u local_manifest.xml I get the following error message: I believe there is something wrong in my local_manifest.xml file but I’m unable to understand