[android-building] Re: Android Wear 9.0 released

2019-07-01 Thread 'Bill Yi' via Android Building
We pushed the kernel project for the following device: Tag Project Branch Device android-wear-9.0.0_r0.25 kernel/msm android-msm-triggerfish-4.9-pie-wear-dr triggerfish bill -- -- You received this message because you are subscribed

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

2019-07-01 Thread 'Xin Li' via Android Building
Android 9.0.0 Pie QPR3 source code is now available. The following builds, tags, and devices are supported: - PQ3A.190705.001, android-9.0.0_r43, Pixel 2 XL (taimen), Pixel 2 (walleye), Pixel XL (marlin), Pixel (sailfish) - PQ3A.190705.003, android-9.0.0_r44, Pixel 3 XL (crosshatch), Pixel 3

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

2019-07-01 Thread 'Xin Li' via Android Building
Android 9.0.0 Pie QPR3 source code is now available. The following builds, tags, and devices are supported: - PQ3A.190705.001, android-9.0.0_r43, Pixel 2 XL (taimen), Pixel 2 (walleye), Pixel XL (marlin), Pixel (sailfish) - PQ3A.190705.003, android-9.0.0_r44, Pixel 3 XL (crosshatch), Pixel 3

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

2019-07-01 Thread 'Xin Li' via Android Building
Android 9.0.0 Pie QPR3 source code is now available. The following builds, tags, and devices are supported: - PQ3A.190705.001, android-9.0.0_r43, Pixel 2 XL (taimen), Pixel 2 (walleye), Pixel XL (marlin), Pixel (sailfish) - PQ3A.190705.003, android-9.0.0_r44, Pixel 3 XL (crosshatch), Pixel 3

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

2019-07-01 Thread 'Xin Li' via Android Building
Android 9.0.0 Pie QPR3 source code is now available. The following builds, tags, and devices are supported: - PQ3A.190705.001, android-9.0.0_r43, Pixel 2 XL (taimen), Pixel 2 (walleye), Pixel XL (marlin), Pixel (sailfish) - PQ3A.190705.003, android-9.0.0_r44, Pixel 3 XL (crosshatch), Pixel 3

Re: [android-building] Building an old specific commit in one AOSP project

2019-07-01 Thread Matt Rogers
Sounds like you need to fork the whole branch then do a revert to that commit , then build the project. Or Since is just the BT, goto that folder before you build and do a revert for that file , compile just that portion of the project, and import that intonyour device to see if that works. Just mu

Re: [android-building] Building an old specific commit in one AOSP project

2019-07-01 Thread 'Colin Cross' via Android Building
That change likely arrived in AOSP as part of the lollipop release drop, so there are no more fine-grained builds available. On Mon, Jul 1, 2019 at 8:05 AM Alex wrote: > This idea is great but it works only if the project has been built by the > CI with head the targeted commit. > However, in mo

[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] Q-preview AOSP availability ?

2019-07-01 Thread jw wang
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 test API level, but when it comes to testing the component compatibility under native layer for example frameworks/av/service/audioflinger, this ob

Re: [android-building] Building an old specific commit in one AOSP project

2019-07-01 Thread Alex
This idea is great but it works only if the project has been built by the CI with head the targeted commit. However, in most cases the CI did not build every changes (I'm looking at a commit from 2015) For example: Project: frameworks/av CommitId: aa4da6fa7ca2454f0713de0a5a583b5b8160166 The com