[android-building] Re: Choosing a target device

2020-10-08 Thread 'Glenn Kasten' via Android Building
Please see https://source.android.com/setup/build/building#choose-a-target and https://source.android.com/setup/build/running#selecting-device-build On Thursday, October 8, 2020 at 10:34:11 AM UTC-7, Mahnoor Malik wrote: > > Dear all. > > > I am building android for the first time. I donot have

[android-building] Re: Android 11 Released

2020-09-18 Thread 'Glenn Kasten' via Android Building
Miguel, thank you for mentioning these problems. Would you mind please filing bug report(s) here and / or uploading CLs that fix, since it sounds like you do have fixes? The

Re: [android-building] AOSP Resources

2020-09-15 Thread 'Glenn Kasten' via Android Building
The classic book is https://www.amazon.com/Embedded-Android-Porting-Extending-Customizing/dp/1449308295 but it's old and may only be available used. On Tuesday, September 15, 2020 at 8:16:21 AM UTC-7, Igor Kukushkin wrote: > > Duh try narrowing the question down, way too much possibilities

[android-building] Re: AOSP Resources

2020-09-14 Thread 'Glenn Kasten' via Android Building
I'm not quite sure what you mean by "from scratch", but I recommend starting here: https://source.android.com/ in particular tab "set up" and then the sub-tabs of "set up". In general it is usually easier to first build for an AOSP-supported target device before attempting to port to another

[android-building] Re: Building Android Automotive for Raspberry Pi [closed]

2020-09-10 Thread 'Glenn Kasten' via Android Building
See list of supported build targets here: https://source.android.com/setup/build/running#selecting-device-build On Thursday, September 10, 2020 at 8:13:50 AM UTC-7, Salvatore Amodio wrote: > > I would like to know how building Android Automotive OS for Raspberry Pi? > I downloaded the source

[android-building] Re: Run emulator on Android 11 (R)

2020-08-28 Thread 'Glenn Kasten' via Android Building
Preview source code is incomplete and for reference only, and is not intended to be buildable or fully executable. On Friday, August 28, 2020 at 11:49:48 AM UTC-7, Nguyễn Trung Thành wrote: > > Dear all, > > I am trying to get source code from master from to build. With few > adjustment I can

[android-building] Re: Help! Disk space getting nearly full because of Android's source files

2020-08-26 Thread 'Glenn Kasten' via Android Building
and hidden files within the download area - check your disk space and make sure you have *lots* available, and consider adding even more space - start a new download On Wednesday, August 26, 2020 at 6:30:01 AM UTC-7, `mCT wrote: > > @Glenn Kasten > > Hi, > I see that one of my two

[android-building] Re: Help! Disk space getting nearly full because of Android's source files

2020-08-22 Thread 'Glenn Kasten' via Android Building
Please see this article on disk requirements: https://source.android.com/setup/build/requirements Are you finding that it actually needs more free disk space than the amount listed? If so please reply and we'll update the documentation to the correct amount. On the other hand, if the amount

[android-building] Re: Build android-r-preview-4 on macOS 10.15 failed. Did anyone succeed?

2020-08-05 Thread 'Glenn Kasten' via Android Building
Preview source code is incomplete and for reference only, and is not intended to be buildable. On Wednesday, August 5, 2020 at 7:22:56 PM UTC-7, Lee Prime wrote: > > After the repo sync was done , I start do the following steps. > > source build/envsetup.sh # this works fine. > > lunch #

[android-building] Re: increase the memory used for building

2020-07-21 Thread 'Glenn Kasten' via Android Building
> Does the the build system take the full advantage of the available memory in the building machine? Yes, by default. > Lets say I have 64Gb RAM does it use all the memory? Yes, if that much is needed, except for memory used by the host OS/kernel and other processes running on same machine. >

[android-building] Re: acloud fails on Ubuntu 20.04

2020-06-18 Thread 'Glenn Kasten' via Android Building
Please file a bug here: https://source.android.com/setup/contribute/report-bugs On Thursday, June 18, 2020 at 7:32:05 AM UTC-7, Ismael Vidal wrote: > > I have the same problem on Ubuntu 20.04. :( > > On Tuesday, June 2, 2020 at 12:35:10 PM UTC-4, Dean Wheatley wrote: >> >> Irrespective of

[android-building] Re: android build take eons

2020-05-04 Thread 'Glenn Kasten' via Android Building
The listed build hardware requirements are the bare minimum. The more RAM and CPUs you have, the better. And be sure to use make -k to take advantage of all your CPUs. On Monday, May 4, 2020 at 12:19:43 PM UTC-7,

[android-building] Re: Finding corresponding pixel kernel in msm repo for a given released android version

2020-05-04 Thread 'Glenn Kasten' via Android Building
I don't know the answer to your specific question, but here are some general resources that might help: https://source.android.com/setup/build/building-kernels https://source.android.com/devices/architecture/kernel/android-common On Monday, May 4, 2020 at 8:48:53 AM UTC-7, Zheng Zhang wrote: > >

[android-building] Re: Android 10 Released

2020-05-04 Thread 'Glenn Kasten' via Android Building
There is another thread on a similar topic. Please see my reply there: Finding corresponding pixel kernel in msm repo for a given released android version https://groups.google.com/forum/#!topic/android-building/ziIidQ4UcLw On Monday, May 4, 2020 at 8:48:45 AM UTC-7, Zheng Zhang wrote: >

[android-building] Re: Build processes uses 100% CPU and >4GB RAM all time, crashes frequently during build

2020-03-14 Thread 'Glenn Kasten' via Android Building
> Not sure if my hardware meets the requeriments for AOSP builds. see https://source.android.com/setup/build/requirements#hardware-requirements for minimums but it is better to have much more On Saturday, March 14, 2020 at 11:58:40 AM UTC-7, Eliane Fonseca wrote: > > During the builds, using

[android-building] Re: Error during building AOSP for Moto G5s Plus

2020-03-12 Thread 'Glenn Kasten' via Android Building
I just noticed that this discussion thread is about a build target that is unsupported by AOSP, therefore this thread is off-topic for the android-building group. As long as only upstream AOSP is involved, then you can post about unsupported build targets at android-porting group. However, if

[android-building] Re: Compile AOSP on Intel Platforms

2020-01-30 Thread 'Glenn Kasten' via Android Building
> for an old Tablet with Intel Atom Z2520 Sorry, this post got past moderation and should have been redirected to android-porting. The device mentioned is not an AOSP-supported build target. See the list of AOSP-supported build targets

[android-building] Re: Building android-10.0.0_r15 segmentation fault error

2020-01-08 Thread 'Glenn Kasten' via Android Building
This is most likely due to insufficient RAM (8 GB). I'll request that this page be updated: https://source.android.com/setup/build/requirements On Wednesday, January 8, 2020 at 12:01:10 PM UTC-8, Eliane Fonseca wrote: > > [ 15% 13954/87886] target C++: libLLVM_swiftshader <= >

[android-building] Re: Building android-10.0.0_r15 segmentation fault error

2020-01-08 Thread 'Glenn Kasten' via Android Building
Thank you. I have filed an internal bug and will plan to get back to you if they request additional information. On Wednesday, January 8, 2020 at 1:06:12 PM UTC-8, Eliane Fonseca wrote: > > Below is the hardware/build config > > Release branch: android10-qpr1-release, android-10.0.0_r15, Build

[android-building] Re: Building android-10.0.0_r15 segmentation fault error

2020-01-08 Thread 'Glenn Kasten' via Android Building
Thank you for reporting this. Can you please mention which branch you synced, the lunch command, the top-level make command you used, the host OS and hardware configuration, and any other information that might help to reproduce or investigate (for example, whether this is a new problem and

[android-building] Re: Pixel2 AOSP build No default GApps(playstore, gmail, chrome etc)

2020-01-06 Thread 'Glenn Kasten' via Android Building
Sorry proprietary apps and services are off-topic for android-building. Please read the guidelines at top of https://groups.google.com/forum/#!forum/android-building in particular: "add-on applications and proprietary services not included in the AOSP platform distribution" On

[android-building] Re: Building Android GSI with Google Apps

2019-12-20 Thread 'Glenn Kasten' via Android Building
This topic slipped through moderation and should not have been approved for posting; see guidelines at top of https://groups.google.com/forum/#!forum/android-building in particular item #3 "add-on applications and proprietary services not included in the AOSP platform distribution". On

[android-building] Re: LineageOS 17.0 build in LXC 2.x - nsjail/sandboxing error

2019-10-22 Thread 'Glenn Kasten' via Android Building
Can you reproduce this problem with AOSP distribution? This discussion group is targeted at AOSP distribution per guidelines here . [I am a volunteer moderator] On Tuesday, October 22, 2019 at 9:08:28 AM UTC-7, Condor wrote: > > Hello, >

Re: [android-building] Re: Error when building Reference TV App

2019-08-01 Thread 'Glenn Kasten' via Android Building
Please see the second paragraph of https://source.android.com/setup/community#for-business-inquiries that starts "While we read ...". On Thursday, August 1, 2019 at 7:23:58 PM UTC-7, jw wang wrote: > > > Hi Nick > > what do you mean for "partner engineering source " ? > > is it a android Q pre

Re: [android-building] Re: No files in working folder after running repo sync

2019-07-25 Thread 'Glenn Kasten' via Android Building
ance, > - Michael > > On Wed, Jul 24, 2019 at 8:23 PM 'Glenn Kasten' via Android Building < > android-building@googlegroups.com> wrote: > >> Can you please include a short excerpt of just any errors in the output >> of the repo init and sync? >> >> On

[android-building] Re: No files in working folder after running repo sync

2019-07-24 Thread 'Glenn Kasten' via Android Building
Can you please include a short excerpt of just any errors in the output of the repo init and sync? On Wednesday, July 24, 2019 at 10:20:52 AM UTC-7, Lord Unknown wrote: > > Hi everyone, > > I ran repo init and repo sync in /vagrant/android (I'm running Ubuntu > 14.04 in Vagrant). I ran ls in

[android-building] Re: Error when build Android Q Beta5 for Pixel3

2019-07-24 Thread 'Glenn Kasten' via Android Building
The previews are not intended to be buildable, they are for reference only. See this post: GPL projects for Android Q Beta 5 https://groups.google.com/forum/#!topic/android-building/uXXzjIqvER8 On Wednesday, July 24, 2019 at 6:01:54 AM UTC-7, Phuoc Nguyen wrote: > > Dear All, > I am trying to

[android-building] Re: Q-preview AOSP availability ?

2019-07-01 Thread 'Glenn Kasten' via Android Building
The previews are not intended to be buildable, they are for reference only. On Monday, July 1, 2019 at 8:05:52 AM UTC-7, jw wang wrote: > > Hello google > > is it possible that we can repo sync Q-preview AOSP, and build the > userdebug version into pixel 3a ? > now the preview are mostly used to

[android-building] Re: GPL projects for Android Q Beta 4

2019-06-18 Thread 'Glenn Kasten' via Android Building
This preview is not intended to be buildable, it is for reference only. On Sunday, June 16, 2019 at 7:47:45 PM UTC-7, Paulo Costa wrote: > > I found this problem too, and for once the fix was exactly what the error > suggested: > > LPF + F2FS_SLOT_LEN -> [F2FS_SLOT_LEN] > > However, there are

[android-building] Re: AOSP libselinux build error for android-q-preview-1

2019-06-06 Thread 'Glenn Kasten' via Android Building
Reminder: see March 14 post. It still applies: *"This preview is not a full platform update and only for reference."* On Thursday, June 6, 2019 at 2:41:09 PM UTC-7, Paulo Costa wrote: > > Same problem here building Beta 4 (And beta 2.5 before) > > Did you ever figure it out? > > On Monday, May

[android-building] Re: Why did you name it Soong, Kati, Ninja ?

2019-05-15 Thread 'Glenn Kasten' via Android Building
Kati and Soong appear to be from Star Trek. I assume that Ninja comes from here :-) On Tuesday, May 14, 2019 at

Re: [android-building] AOSP libselinux build error for android-q-preview-1

2019-03-18 Thread Glenn Kasten
The "android-q-preview-1" tag refers to the sources published as part of this post: GPL projects for Android Q Beta 1 https://groups.google.com/forum/#!topic/android-building/alh5sZHhEtU Please note that it is not a complete release, and only includes GPL projects. On Monday, March 18,

Re: [android-building] AOSP libselinux build error for android-q-preview-1

2019-03-14 Thread Glenn Kasten
Please read this part of the post: GPL projects for Android Q Beta 1 https://groups.google.com/forum/#!topic/android-building/alh5sZHhEtU ... *"This preview is not a full platform update and only for reference."* Thank you On Thursday, March 14, 2019 at 8:29:47 AM UTC-7,

[android-building] Re: Where can I download goldfish 4.20 kernel?

2019-02-20 Thread Glenn Kasten
I see named branches up to 4.14, but not 4.20: https://android.googlesource.com/kernel/goldfish/+refs Perhaps it has not yet been ported to 4.20, or if it has been ported then the port hasn't yet been published? 4.20 is relatively recent, and the latest long-term stable (LTS) after 4.14 is

[android-building] Re: what are the packages required to build pixel experiance android pie

2018-11-06 Thread Glenn Kasten
Sorry, off-topic for android-building. android-building is for discussion of AOSP only, not any proprietary software. On Tuesday, November 6, 2018 at 10:15:55 AM UTC-8, austin pinto wrote: > > hi all. > i am on Ubuntu 18.10 the latest 9months supported branch. > i want to build pixel

[android-building] Re: Android 9.0.0 Pie QPR1 Released

2018-11-06 Thread Glenn Kasten
If only that were true :-) No, "QPR" stands for "Quarterly Platform Release". Sorry to disappoint ! On Tuesday, November 6, 2018 at 6:34:28 AM UTC-8, SZ Lee wrote: > > Hi Xin Li, > > Does QPR1 means Q pre-release is coming soon? > > Thanks > > > 2018년 11월 6일 화요일 오전 9시 39분 24초 UTC+9, Xin Li 님의

Re: [android-building] Clean Android 9 AOSP builds not finding Phone Sim on Pixel

2018-10-29 Thread Glenn Kasten
See https://source.android.com/source/report-bugs On Monday, October 29, 2018 at 7:34:08 AM UTC-7, Brian Moore wrote: > > Sure. How and where do I file? > (I'm not really much of a developer, I just like to build my own AOSP for > my phone) -- -- You received this message because you are

Re: [android-building] Re: Android full mirror download size

2018-10-24 Thread Glenn Kasten
Documentation has been updated, see the blue note: https://source.android.com/setup/build/requirements#hardware-requirements It still does not give the exact requirement, but at least it now warns you that you need more. Thanks again for reporting this! On Wednesday, October 24, 2018 at

Re: [android-building] Re: Android full mirror download size

2018-10-22 Thread Glenn Kasten
gt; Download was ongoing till 238 GB and then I killed it. Could not afford >> to keep it continue. One more thing, I was downloading in home folder >> instead of /usr/local/, could this be the problem? >> >> On Saturday, 20 October 2018 08:12:27 UTC+5:30, Glenn Kas

[android-building] Re: Android full mirror download size

2018-10-19 Thread Glenn Kasten
According to section Hardware Requirements of https://source.android.com/setup/build/requirements only 100 gig is needed. So either that doc is wrong, or your download has gone wild. Please post here if it finishes, and if so what the actual size is. On Friday, October 19, 2018 at 8:18:59 AM

[android-building] Re: Deleting an entire repo sync

2018-10-15 Thread Glenn Kasten
If I understood the original question correctly, I believe that the problem was that the directory contained a mix of repo files and unrelated files that are important. So in that case, rm -rf on the whole folder could delete the important files also. Until repo has an uninit/destroy command,

[android-building] Re: Build android Oreo Code

2018-09-19 Thread Glenn Kasten
On Linux, build/envsetup.sh is a symlink to make/envsetup.sh so you can still use: . build/envsetup.sh Are you sure you are in the top directory of your sandbox when you issued the ". build/envsetup.sh" ? "lunch 39" might not be a valid lunch target. Try using another lunch target name

[android-building] Re: Can I build android with GCC?

2018-09-13 Thread Glenn Kasten
See https://source.android.com/setup/build/requirements#toolchain On Thursday, September 13, 2018 at 8:54:40 PM UTC-7, bx L wrote: > > Hello everyone, > I'm building Android 8.0. By default, it uses the clang toolchain. > Can I switch it to gcc toolchain, or use my own toolchain instead of

[android-building] Re: Newbies android kernel development

2018-08-16 Thread Glenn Kasten
Start here, and the other tabs on same page: https://source.android.com/setup/ On Thursday, August 16, 2018 at 7:53:04 AM UTC-7, yash omer wrote: > > Hello everyone, > > I have been doing linux kernel development for a while ago. > > And I am new to Android Kernel development . Can anyone help me

[android-building] Re: jack server out of memory error

2018-05-15 Thread Glenn Kasten
See https://source.android.com/setup/build/requirements#hardware-requirements The RAM/swap listed there is the bare minimum. I recommend even more. On Tuesday, May 15, 2018 at 8:23:55 AM UTC-7, Yogi nit wrote: > > Well I have been compiling roms on 4gb system with 8gb swap. > I also had problem

[android-building] Re: How To Get The Logs Of ROM Building Process To Get Help From Community

2018-04-08 Thread Glenn Kasten
When you do the repo sync, redirect stdout and stderr and then grep for errors to make sure you got the full source code: repo sync [other options] >& sync.log Likewise when you do the build: make [other options] >& build.log Examine the build log for errors. Don't share the full logs by

[android-building] Re: lunch aosp_car_emu_x86

2018-01-31 Thread Glenn Kasten
According to https://source.android.com/setup/building#choose-a-target you can use the command "lunch" with no parameters to see a list of AOSP-supported targets. Can you confirm that your target is supported by AOSP? On Wednesday, January 31, 2018 at 8:25:14 AM UTC-8, Henri Hildebrand wrote:

[android-building] Re: Android building questions problems

2017-12-20 Thread Glenn Kasten
For the tablet porting questions, please ask at android-porting group instead of android-building. For the minimum host configuration question, I suspect that 8 GB of RAM is insufficient. https://source.android.com/setup/requirements says minimum of 16 GB RAM for VMs, but I think that is also

[android-building] Re: Soong confusion

2017-12-11 Thread Glenn Kasten
Thank you for feedback and request for improving the documentation. As I understand, the primary goals of the new build system were: - reliable incremental builds - module definitions less error-prone - build output more predictable across devices Obviously these goals may result in an

[android-building] Re: Android 8.1 Developer Preview Source

2017-12-02 Thread Glenn Kasten
Thank you for calling this delay to our attention. I see that the sources for GPL projects in O MR1 Developer Preview 1 were recently pushed: https://groups.google.com/forum/#!topic/android-building/vSybPC-T_3Q I would expect a similar push is coming soon for O MR1 Developer Preview 2, but

[android-building] Re: Android 8.0.0 Oreo DR Released

2017-11-17 Thread Glenn Kasten
Sorry, but I am confused about what you are asking for. Note that this thread is about DR which is not for Pixel. It is only for Pixel 2 and Pixel 2 XL. Which part of the build-numbers page do you think is incorrect or incomplete? On Friday, November 17, 2017 at 5:28:40 AM UTC-8, 薛秋实 wrote: >

[android-building] Re: Android 8.0.0 Oreo DR Released

2017-11-09 Thread Glenn Kasten
/android-building/KuVIYWOcXMo On Thursday, November 9, 2017 at 7:03:29 AM UTC-8, Chih-Wei Huang wrote: > > > Glenn Kasten於 2017年11月7日星期二 UTC+8下午11時59分39秒寫道: >> >> A release targeted to Pixel 2 XL (taimen) and Pixel 2 (walleye) >> > > What are the exact differenc

[android-building] Re: Android 8.0.0 Oreo DR Released

2017-11-07 Thread Glenn Kasten
A release targeted to Pixel 2 XL (taimen) and Pixel 2 (walleye) On Tuesday, November 7, 2017 at 7:57:48 AM UTC-8, Guoyin Chen wrote: > > What the DR means here? > > On Tuesday, November 7, 2017 at 9:00:52 AM UTC+8, Bill Yi wrote: >> >> Android 8.0.0 Oreo DR source code is now available. The

[android-building] Re: porting Android TV on our own hardware

2017-10-17 Thread Glenn Kasten
Sorry this thread slipped through moderation. It is off-topic for android-building, and should have been posted at android-porting. Please post follow-ups at android-porting instead of here. Thank you On Tuesday, October 17, 2017 at 8:57:25 AM UTC-7, Tomasz Witke wrote: > > This is my repo:

[android-building] Re: Android 8.0.0 Oreo Released

2017-08-21 Thread Glenn Kasten
See https://developer.android.com/about/versions/o/download.html On Monday, August 21, 2017 at 7:30:38 PM UTC-7, PeterK wrote: > > Hi, > > Will device binaries be released for these builds? > > Thanks, Pete. > > On Tuesday, 22 August 2017 11:09:11 UTC+10, Bill Yi wrote: >> >> Hi all, >> >>

[android-building] Re: Nexus 5X Paranoid Android "make otapackage -j6" Fails - Ninja Error

2017-07-30 Thread Glenn Kasten
Sorry, but this post is off-topic for the android-building discussion group. It accidentally slipped through moderation and so no further replies will be permitted. android-building is for technical discussion of building the AOSP upstream distribution for AOSP-supported build targets from the

[android-building] Re: Android 7.0 Nougat MR 0.5 released

2016-11-14 Thread Glenn Kasten
PeterK, thank you for reporting this problem. We are in process of fixing now. On Wednesday, October 5, 2016 at 1:38:31 PM UTC-7, Xin Li wrote: > > Nougat MR 0.5 release source code is now available on the > nougat-mr0.5-release branch. The following builds, tags, and devices are > supported:

[android-building] Re: Android build fail

2016-06-07 Thread Glenn Kasten
Please see the second paragraph of https://groups.google.com/forum/#!topic/android-building/cul3-5jfS9w that starts "This preview is not ..." On Tuesday, June 7, 2016 at 7:50:04 AM UTC-7, Balder wrote: > > I try to build the N preview 2 master branch on Ubuntu 16.04. > But I got error. > > my

[android-building] Re: Eigen - Android iMX6 Boundary Devices unable to download

2016-05-31 Thread Glenn Kasten
If this is a generic fetch problem for all devices, android-building is the right group. But if it is specific to iMX6, android-porting would be a better group to discuss it. On Tuesday, May 31, 2016 at 7:42:37 AM UTC-7, Deepak Rao wrote: > > Hi All, > > > I am trying to download "Eigen" for