Is it just me or "make otapackage" doesn't work in AOSP 5.0?
229 views
Skip to first unread message
Arnav Gosain
unread,
Nov 8, 2014, 3:02:58 AM11/8/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
I've been trying to build lollipop but only the "make" command works which apparently only creates images but there used to be an alternative to that called "make otapackage" which created ota flashable zip but it it doesn't seem to work on AOSP 5.0 but does work on earlier versions.
Andrew Bartholomew
unread,
Nov 8, 2014, 10:47:35 AM11/8/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
Works fine for me. I did make otapackage successfully on flo. Can you provide a bit more information such as the branch you used and the errors received?
Jake Weinstein
unread,
Nov 9, 2014, 1:41:38 AM11/9/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
Arnav, they created a new format of zips which flashes dat files rather than one by one. To avoid this, remove --block in build/core/Makefile and you will revert to the familiar format.