Building AOSP

Lennert_F

Senior Member
Aug 8, 2012
68
112
73
22
Beveren
I am trying to build AOSP. I have followed some instructions and the best are the instructions of Sony. But when I come to the point to clone the local_manifests, I need to have another file. I have found the AOSP-bacon repo on github where is a local_manifests to clone. So I have done that but when I try to sync the repo with the command 'repo sync' it gives this back:
[email protected]:~/android$ repo sync
fatal: remove-project element specifies non-existent project: platform/build

I have searched but could not find the answer what to do now. Can someone help me or say what I need to do to build AOSP?
 

arjun

Senior Member
Oct 17, 2015
262
90
0
New Delhi
I am trying to build AOSP. I have followed some instructions and the best are the instructions of Sony. But when I come to the point to clone the local_manifests, I need to have another file. I have found the AOSP-bacon repo on github where is a local_manifests to clone. So I have done that but when I try to sync the repo with the command 'repo sync' it gives this back:
[email protected]:~/android$ repo sync
fatal: remove-project element specifies non-existent project: platform/build

I have searched but could not find the answer what to do now. Can someone help me or say what I need to do to build AOSP?
try deleting platform/build manually from the source and delete the same from the local_manifest.xml file then do a repo sync.
 
Last edited:
  • Like
Reactions: Lennert_F