• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

"git am" error while trying to build an android image

I am not able to build the android image from a script which I procured. I am new to this kind of building operating system images and things.

The following error is coming when the script is running the 'git am --3way' command.

fatal: sha1 information is lacking or useless
Repository lacks necessary blobs to fall back on 3-way merge
cannot fall back to three-way merge
Patch failed at 0001 boot lock access
The copy of the patch that failed is found in:
.git/rebase-apply/patch
When you have resolved this problem, run "git am --continue"
If you prefer to skip this patch, run "git am --skip" instead.
To stop the original branch and stop patching run "git am --abort"

I have tried doing "git am --continue", "git am --skip" and "git am --abort". Still the script is not running past the git am part.
 
Back
Top Bottom