Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion GPL source code for Android 3.2 available in AOSP

Received: by 10.52.73.196 with SMTP id n4mr1791687vdv.19.1311645140712;
        Mon, 25 Jul 2011 18:52:20 -0700 (PDT)
X-BeenThere: android-building@googlegroups.com
Received: by 10.220.149.200 with SMTP id u8ls845756vcv.3.canary; Mon, 25 Jul
 2011 18:52:15 -0700 (PDT)
Received: by 10.52.178.68 with SMTP id cw4mr749219vdc.11.1311645134985;
        Mon, 25 Jul 2011 18:52:14 -0700 (PDT)
Received: by 10.52.178.68 with SMTP id cw4mr749218vdc.11.1311645134974;
        Mon, 25 Jul 2011 18:52:14 -0700 (PDT)
Return-Path: <j...@android.com>
Received: from mail-qw0-f43.google.com (mail-qw0-f43.google.com [209.85.216.43])
        by gmr-mx.google.com with ESMTPS id v20si4996792vdu.2.2011.07.25.18.52.14
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 25 Jul 2011 18:52:14 -0700 (PDT)
Received-SPF: neutral (google.com: 209.85.216.43 is neither permitted nor denied by best guess record for domain of j...@android.com) client-ip=209.85.216.43;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.216.43 is neither permitted nor denied by best guess record for domain of j...@android.com) smtp.mail=...@android.com
Received: by qwf6 with SMTP id 6so3810672qwf.16
        for <android-building@googlegroups.com>; Mon, 25 Jul 2011 18:52:14 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.224.111.72 with SMTP id r8mr791767qap.84.1311645134524; Mon,
 25 Jul 2011 18:52:14 -0700 (PDT)
Received: by 10.224.37.146 with HTTP; Mon, 25 Jul 2011 18:52:14 -0700 (PDT)
In-Reply-To: <74ef6611-bf69-4156-9dd1-b011cbedad2a@u12g2000prc.googlegroups.com>
References: <CADSo0PGHhkZK92YUWN3R0T0rnf6MqO2hyXcqFryiW5wwLZhKAw@mail.gmail.com>
	<e23d6374-9890-4165-94a1-b5cd2f5c2bbd@p12g2000pre.googlegroups.com>
	<CADSo0PHLnMQAnqEfeQeNnZSrytk9Oso0EP1e9=v5i37nMSOCLg@mail.gmail.com>
	<80dde7f6-8fce-4ce6-989d-165a749487a7@f39g2000prb.googlegroups.com>
	<CADSo0PGU2zNUsLz0xwR=oDNtCOkWsVtKRhYaUBF3RcYOL808yg@mail.gmail.com>
	<74ef6611-bf69-4156-9dd1-b011cbedad2a@u12g2000prc.googlegroups.com>
Date: Mon, 25 Jul 2011 18:52:14 -0700
Message-ID: <CADSo0PF6nWxwOoFoPf5JR1Uw4qzUhCT5bET-bN9quw=5e+H...@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=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

For an emulator build (ARMv5):
source build/envsetup.sh
lunch full-eng
make

For a crespo build (ARMv7):
source build/envsetup.sh
lunch full_crespo-userdebug
make

JBQ

On Mon, Jul 25, 2011 at 6:43 PM, Vesper <springves...@gmail.com> wrote:
> I wanted to build x86 because i saw generic_x86 option in build/target/
> board. ok....
> What was the command you built for ARM image?
> Can I provide one I can follow?
>
> Thanks.
> Regards,
>
> Vesper
>
> On Jul 25, 4:16=A0pm, Jean-Baptiste Queru <j...@android.com> wrote:
>> I have to admit I have no idea. I've never tried to build generic_x86
>> in that environment, and I'm not familiar with the usb_img target.
>>
>> JBQ
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Mon, Jul 25, 2011 at 4:09 PM, Vesper <springves...@gmail.com> wrote:
>> > Thanks Jean.
>>
>> > I followed all the steps in your post:
>> > # 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
>>
>> > but when I started to build the image " make usb_img
>> > TARGET_PRODUCT=3Dgeneric_x86" I got errors:
>> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> > PLATFORM_VERSION_CODENAME=3DAOSP
>> > PLATFORM_VERSION=3D3.1.4.1.5.9.2.6.5
>> > TARGET_PRODUCT=3Dgeneric_x86
>> > TARGET_BUILD_VARIANT=3Deng
>> > TARGET_SIMULATOR=3D
>> > TARGET_BUILD_TYPE=3Drelease
>> > TARGET_BUILD_APPS=3D
>> > TARGET_ARCH=3Dx86
>> > TARGET_ARCH_VARIANT=3Dx86-atom
>> > HOST_ARCH=3Dx86
>> > HOST_OS=3Dlinux
>> > HOST_BUILD_TYPE=3Drelease
>> > BUILD_ID=3DOPENMASTER
>> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> > find: `frameworks/base/frameworks/base/docs/html': No such file or
>> > directory
>> > find: `out/target/common/docs/gen': No such file or directory
>> > find: `frameworks/base/frameworks/base/docs/html': No such file or
>> > directory
>> > find: `out/target/common/docs/gen': No such file or directory
>> > find: `frameworks/base/frameworks/base/docs/html': No such file or
>> > directory
>> > find: `out/target/common/docs/gen': No such file or directory
>> > find: `frameworks/base/frameworks/base/docs/html': No such file or
>> > directory
>> > find: `out/target/common/docs/gen': No such file or directory
>> > find: `frameworks/base/frameworks/base/docs/html': No such file or
>> > directory
>> > find: `out/target/common/docs/gen': No such file or directory
>> > make: *** No rule to make target `usb_img'. =A0Stop.
>>
>> > the folder was clean and only for this project. Appreciate your help.
>> > Thanks!
>>
>> > Regards,
>> > Vepser
>>
>> > On Jul 22, 2:11=A0pm, Jean-Baptiste Queru <j...@android.com> wrote:
>> >> That's expected, because that tag doesn't exist in all projects, only
>> >> in the ones that contain GPL code. Ignore those errors. In the middle
>> >> of the list should be about a dozen successful checkouts.
>>
>> >> Sorry for the confusion.
>> >> JBQ
>>
>> >> On Fri, Jul 22, 2011 at 1:44 PM, Vesper <springves...@gmail.com> wrot=
e:
>> >> > Hi Jean,
>> >> > When I was runing repo forall -c git checkout android-3.2_r1, I got
>> >> > huge errors like:
>> >> > error: pathspec 'android-3.2_r1' did not match any file(s) known to
>> >> > git.
>>
>> >> > Any ideas?
>> >> > Thanks.
>>
>> >> > Vesper
>>
>> >> > On Jul 12, 8:33=A0am, Jean-Baptiste Queru <j...@android.com> wrote:
>> >> >> 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 privat=
e
>> >> >> will likely get ignored or forwarded to a public forum with no fur=
ther
>> >> >> warning.
>>
>> >> > --
>> >> > You received this message because you are subscribed to the "Androi=
d 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 furthe=
r
>> >> warning.
>>
>> > --
>> > You received this message because you are subscribed to the "Android B=
uilding" 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.
>
> --
> 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.