Message from discussion
GPL source code for Android 3.2 available in AOSP
Received: by 10.52.89.77 with SMTP id bm13mr29582vdb.2.1310487955151;
Tue, 12 Jul 2011 09:25:55 -0700 (PDT)
X-BeenThere: android-building@googlegroups.com
Received: by 10.52.161.162 with SMTP id xt2ls178002vdb.3.gmail; Tue, 12 Jul
2011 09:25:51 -0700 (PDT)
Received: by 10.52.92.46 with SMTP id cj14mr18490vdb.53.1310487951690;
Tue, 12 Jul 2011 09:25:51 -0700 (PDT)
Received: by 10.52.92.46 with SMTP id cj14mr18489vdb.53.1310487951681;
Tue, 12 Jul 2011 09:25:51 -0700 (PDT)
Return-Path: <j...@android.com>
Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54])
by gmr-mx.google.com with ESMTPS id bv16si2544763vdc.1.2011.07.12.09.25.51
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 12 Jul 2011 09:25:51 -0700 (PDT)
Received-SPF: neutral (google.com: 209.85.216.54 is neither permitted nor denied by best guess record for domain of j...@android.com) client-ip=209.85.216.54;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.216.54 is neither permitted nor denied by best guess record for domain of j...@android.com) smtp.mail=...@android.com
Received: by mail-qw0-f54.google.com with SMTP id 9so3285603qwc.13
for <android-building@googlegroups.com>; Tue, 12 Jul 2011 09:25:51 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.224.17.144 with SMTP id s16mr112250qaa.233.1310487951247; Tue,
12 Jul 2011 09:25:51 -0700 (PDT)
Received: by 10.224.2.72 with HTTP; Tue, 12 Jul 2011 09:25:51 -0700 (PDT)
In-Reply-To: <5732a0db-2b6d-49e7-b113-7960a17a86fe@h4g2000vbw.googlegroups.com>
References: <CADSo0PGHhkZK92YUWN3R0T0rnf6MqO2hyXcqFryiW5wwLZhKAw@mail.gmail.com>
<CABtOAfx=mju4bEgV_=3eLb54vaoox5UM_-6Ywxm7tmq4pW__Rw@mail.gmail.com>
<CADSo0PFzRH3uu_kAHzK_qCVDe-HByV=D2O+TzxEekxq=7SL9HQ@mail.gmail.com>
<5732a0db-2b6d-49e7-b113-7960a17a86fe@h4g2000vbw.googlegroups.com>
Date: Tue, 12 Jul 2011 09:25:51 -0700
Message-ID: <CADSo0PGax63OAvgPQ4Xi2w+yH1uw9CQcoaKkbN5BS11c=mEDzA@mail.gmail.com>
Subject: Re: [android-building] Re: GPL source code for Android 3.2 available
in AOSP
From: Jean-Baptiste Queru <j...@android.com>
To: android-building@googlegroups.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
This is odd.
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
On Tue, Jul 12, 2011 at 9:10 AM, Alexander <nobodyd...@gmail.com> wrote:
>
>
> On Jul 12, 7:47=C2=A0pm, Jean-Baptiste Queru <j...@android.com> wrote:
>> You probably need to start from a synced master. I added 3.2-base.xml
>> yesterday afternoon (California time), so if you didn't sync since
>> then you don't have that file.
>>
>> JBQ
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Tue, Jul 12, 2011 at 8:45 AM, =D0=A4=D1=8C=D0=BE=D0=B4=D0=BE=D1=80 <n=
obodyd...@gmail.com> wrote:
>>
>> > 2011/7/12 Jean-Baptiste Queru <j...@android.com>
>>
>> >> As usual, and just like we had done before for Android 3.0 and 3.1,
>> >> the source code for the GPL and LGPL components of Android 3.2 is
>> >> available in the Android Open-Source Project, under the tag
>> >> android-3.2_r1
>>
>> >> 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 furthe=
r
>> >> warning.
>>
>> >> --
>> >> You received this message because you are subscribed to the "Android
>> >> Building" mailing list.
>> >> To post to this group, send email to android-build...@googlegroups.co=
m
>> >> To unsubscribe from this group, send email to
>> >> android-building+unsubscribe@googlegroups.com
>> >> For more options, visit this group at
>> >>http://groups.google.com/group/android-building?hl=3Den
>>
>> > =C2=A0~/bin/repo init -m 3.2-base.xml
>> > fatal: manifest '3.2-base.xml' not available
>> > fatal: manifest 3.2-base.xml not found
>>
>> > --
>> > You received this message because you are subscribed to the "Android
>> > Building" mailing list.
>> > To post to this group, send email to android-building@googlegroups.com
>> > To unsubscribe from this group, send email to
>> > android-building+unsubscribe@googlegroups.com
>> > For more options, visit this group at
>> >http://groups.google.com/group/android-building?hl=3Den
>>
>> --
>> 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.
>
>
> ~/bin/repo init -u git://android.git.kernel.org/platform/manifest.git -
> b =C2=A0master
> Fetching projects: 100% (168/168), done
>
> repo init -m 3.2-base.xml
> fatal: manifest '3.2-base.xml' not available
> fatal: manifest 3.2-base.xml not found
>
> if
> cd .repo/manifests
>
> git checkout origin/master
>
> =C2=A0ls
> 3.0-base.xml =C2=A03.1-base.xml =C2=A03.2-base.xml =C2=A0default.xml
>
> but
>
> =C2=A0~/bin/repo init -m 3.2-base.xml
>
>
> fatal: manifest '3.2-base.xml' not available
> fatal: manifest 3.2-base.xml not found
>
> --
> You received this message because you are subscribed to the "Android Buil=
ding" mailing list.
> To post to this group, send email to android-building@googlegroups.com
> To unsubscribe from this group, send email to
> android-building+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=3Den
>
--=20
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.