[android-building] [pixel 3] build the userdebug version to gain adb remount, adb push permission

2019-06-24 Thread jw wang
Hello google, not sure if this is the right place for this topic, I bought pixel 3, apparently came with the user build which mean I'm unable to perform adb remount, adb push, so I repo sync android-9.0.0_r11 AOSP, lunch 19. aosp_blueline-userdebug, , make -j4, after building finish and

Re: [android-building] Re: Flashing AOSP on Pixel3/Blueline

2019-06-24 Thread jw wang
Hi Doug Swalen I came across the same issue of yours, do you at the end perform fastboot flashall in your /aosp/ANDROID_PRODUCT_OUT/ folder ? were you flashing a userdebug build from aosp ? is it possible to get every adb permission like adb remount, disable-verity, adb push. ? thanks

[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

Re: [android-building] Re: Some questions on Android.bp files

2019-08-21 Thread jw wang
On Tuesday, August 6, 2019 at 2:03:33 AM UTC+8, Dan Willemsen wrote: > > proguard_flag_files was a typo -- it should be proguard_flag*s*_files. It > was fixed here: > https://android-review.googlesource.com/c/platform/build/soong/+/691330 > > - Dan > > On Wed, Jul 31,

Re: [android-building] Re: Some questions on Android.bp files

2019-09-02 Thread jw wang
; > Let me know if you find any solution other than this conversion to bp file. > > Thanks, > Amit > > On Wednesday, August 21, 2019 at 10:26:14 PM UTC+5:30, jw wang wrote: >> >> >> Hi google >> >> is there anything missing so I got this ? >>

[android-building] Re: android Q AOSP available ?

2019-09-05 Thread jw wang
esday, September 4, 2019 at 9:42:13 PM UTC-7, jw wang wrote: >> >> Hi google >> >> android Q factory is already available for pixel 3a, however, when I try >> to get android-10.0.0_r1, it fail, any idea which tag/branch name should I >> take to repo init ?? >

[android-building] android Q AOSP available ?

2019-09-04 Thread jw wang
Hi google android Q factory is already available for pixel 3a, however, when I try to get android-10.0.0_r1, it fail, any idea which tag/branch name should I take to repo init ?? jericho@jericho-System-Product-Name:~/work/agent/_work/android-10.0.0_r1$ repo init -u

[android-building] Re: Some questions on Android.bp files

2019-08-01 Thread jw wang
Hi Google I'm coming across two similar build break after converting the mk to bp : 1. 1. service/Android.bp:7:28: unrecognized property " optimize.proguard_flag_files“ 2. /android_common/proguard_dictionary', needed by 'out/target/common/obj/APPS/AudioEFXService_intermediates/

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

2019-08-01 Thread jw wang
Hi Nick what do you mean for "partner engineering source " ? is it a android Q pre aosp that available for the pixel device, I mean, I'm looking for some way to get a pre-Q AOSP that I'm able to build Q userdebug image for my pixels, so I can start some migration of the project inside

Re: [android-building] [pixel 3] build the userdebug version to gain adb remount, adb push permission

2019-06-28 Thread jw wang
t > mention the device binaries and the flashing procedure is not > complete. > Please, try again following the documentation: > https://source.android.com/setup/build/building. > > Cheers, > Alessio > > > On Mon, Jun 24, 2019 at 4:45 PM jw wang > > w

[android-building] Re: repo 1.26 cause AOSP sync break..

2019-10-21 Thread jw wang
Hi Mr. Li any wrong doing about my configuration ? the same environment worked well in 1.25. On Tuesday, October 15, 2019 at 11:28:01 PM UTC+8, jw wang wrote: > > Hi Mr. Li > > following are the information, any wrong doing ? > > > LC_PAPER=lzh_TW > LC_ADDRESS=lzh

[android-building] Re: repo 1.26 cause AOSP sync break..

2019-10-15 Thread jw wang
+8, jw wang wrote: > > > have updated my ~/bin/repo with the suggestion from AOSP, but get the > following > > > :~/work/agent/_work/android-10.0.0_r4$ repo --version > repo version v1.13.7 >(from https://gerrit.googlesource.com/git-repo) > repo launcher ver

[android-building] Re: No valid operating system could be found Pixel 3a XL

2019-11-25 Thread jw wang
Hi Dhanyu Eshaka *did you download the blob into the root of AOSP ?* https://source.android.com/setup/build/downloading Obtain proprietary binaries AOSP can't be used from pure source code only and requires additional hardware-related proprietary libraries to run, such as for hardware

[android-building] repo 1.26 cause AOSP sync break..

2019-10-14 Thread jw wang
have updated my ~/bin/repo with the suggestion from AOSP, but get the following :~/work/agent/_work/android-10.0.0_r4$ repo --version repo version v1.13.7 (from https://gerrit.googlesource.com/git-repo) repo launcher version 1.26 (from /home/jericho/bin/repo) (currently

[android-building] Re: android 12 to build pixel 6 oriole

2022-01-28 Thread jw wang
Hi All oriole build could be done by lunch aosp_oriole-userdebug, this lunch number didn't appear on the common lunch list. On Wednesday, January 26, 2022 at 10:13:20 AM UTC+8 jw wang wrote: > > Hi Bill, > > I repo sync the following > https://source.android.com/setup/star

[android-building] android 12 to build pixel 6 oriole

2022-01-25 Thread jw wang
Hi Bill, I repo sync the following https://source.android.com/setup/start/build-numbers SQ1D.220105.007 android-12.0.0_r27 this should support the build option for pixel 6 (oriole), I'm gonna build a userdebug image for my pixel 6, however unfortunately I can't see any oriole build option