The process to build it is the same as what we had for 3.0 and 3.1:
# start from a master client
repo init -m 3.2-base.xml
repo sync
repo forall -c git checkout android-3.2_r1
# build with the regular process
# to come back to a plain master
repo init -m default.xml
repo sync
The caveats are unchanged since 3.1:
-the checkout command will return an error message because the tag
doesn't exist in all projects, ignore it.
-the compiled isn't any more likely to work on actual hardware as 3.1
did, since the same binary incompatibilities are still there.
JBQ
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
JBQ
I'm syncing a clean client to try to reproduce.
In the meantime, I'm thinking there's a possibility that you're not
currently using a master client. Using git checkout in the manifests
project might not do what you expect. Please try repo init -b master
-m 3.2-base.xml in the hope that it fixes things for you.
JBQ
I went with repo init -u
git://android.git.kernel.org/platform/manifest.git -b master -m
3.2-base.xml and it all went fine from there.
I'm still puzzled, and I'm out of ideas about how to help you further.
JBQ
Sorry for the confusion.
JBQ
> --
> You received this message because you are subscribed to the "Android Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
--
JBQ
For a crespo build (ARMv7):
source build/envsetup.sh
lunch full_crespo-userdebug
make
JBQ
JBQ
I don't know how to fix it, though.
JBQ
JBQ
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
--
JBQ
JBQ
That being said, the version of skia in AOSP master is quite ahead of
gingerbread and somewhat tracks honeycomb and upstream skia.
JBQ
At this point, it might make more sense to wait for IceCreamSandwich.
JBQ