[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
I'm not sure what's causing the tmp_pack_ problem. But you might need to start over with a completely new download, and on a machine with a lot more disk space available. That is: - make a backup of any of your important files - delete your current download area, including hidden directories

[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