[android-building] Re: Android Security Backport Released

2020-10-05 Thread 'del...@google.com' via Android Building
Android security backport source code is now available. The following builds and tags are supported: 6780349, android-8.0.0_r51 6780335, android-8.1.0_r81 6780336, android-9.0.0_r61 6780337, android-10.0.0_r47 -- -- You received this message because you are subscribed to the "Android

[android-building] Re: Android 11 Released

2020-10-05 Thread 'del...@google.com' via Android Building
Hi all, Android 11 source code is now available. The following builds, tags, and devices are supported: - RP1A.201005.004, android-11.0.0_r4, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, - RP1A.201005.006, android-11.0.0_r5, Pixel 4a The

Re: [android-building] Establishing a build environment

2020-10-05 Thread Sourav Srivastava
Hi All, I am new to this environment. facing issue with AD ldap integration with gerrit code review. I have went through lot of articles but none of it has able to resolve my issue. I get unable to authenticate user this time error” . The ldap port is getting connected when doing telnet. But

Re: [android-building] Establishing a build environment

2020-10-05 Thread 6020peaks /\/\/\
Hi, I wrote down some instructions for building the AOSP using a Docker container based on Ubuntu 18.04. In case it is helpful, here is the link: https://www.raywenderlich.com/10197539-building-the-android-open-source-project Cheers! On Wed, Sep 30, 2020 at 8:37 PM Mahnoor Malik wrote: > Thank

Re: [android-building] Android.mk & Android.bp

2020-10-05 Thread Michael McElroy
I would not do this. You are not going to save any disk space. Git works on blobs. If the same blob is on multiple different branches, there is only one copy of it in git. Mike On Fri, Oct 2, 2020, 8:45 PM alisams...@gmail.com wrote: > Hi All, > > I am not sure how to tackle this issue. I am

Re: [android-building] Downloading android source

2020-10-05 Thread Michael McElroy
You can kill the repo sync and restart it later. It will check what you have downloaded already and continue downloading the rest of the repo. On Thu, Oct 1, 2020, 11:11 AM Mahnoor Malik wrote: > Dear all, > > > I have to download android source code on my university pc. I start the > process