[android-building] build error on Android Developer Codelab

2020-11-29 Thread Yuri Takashima
I'm trying https://source.android.com/setup/start on macOS 11.0.1. I executed below commands, but failed. $ repo init -u https://android.googlesource.com/platform/manifest $ repo sync -j16 $ lunch aosp_cf_x86_phone-userdebug $ m This is output message: build/make/core/soong_config.mk:179: warnin

Re: [android-building] aosp android 11 RP1A.201005.004 emulator black screen

2020-11-29 Thread Karthik
Which distro are you using? Check whether virt modules are correctly loaded or not. On Fri, Nov 20, 2020, 7:52 AM alex ho wrote: > I rebuilt sdk_phone_x86_64-userdebug, and it works fine. > But when I use Webview Browser, it just can't connect to the internet. > Are there any configurations fo

[android-building] One question about mmm command

2020-11-29 Thread Chen Wang
hello, I want to make libc, including both static lib and shared lib. I input "mmm bionic/libc/:libc", but I found it will only create lib.a. Though it will create libc.so, but I found it is created with stub.c, not the real obj files. I also tried "mmm bionic/libc", but it will create all the m

[android-building] Unable to flash/boot the Pixel5 with custom build kernel

2020-11-29 Thread xiling.gong
Hello, I'm working on a Pixel5 with AOSP and custom build kernel. The issue is that I can't flash/boot the Pixel5 with custom build kernel. Anyone please help to check this issue? Thanks a lot. *kernel source:* * repo init -u https://android.googlesource.com/kernel/manifest -b android-msm-

[android-building] Re: How to integrate the RBE in latest Android master

2020-11-29 Thread 贺小帅解说
I had the same problem How to build a remote service? I need help 在2020年5月14日星期四 UTC+8 上午4:04:02 写道: > Hi Yun, > > I am the Product Manager for RBE and Build at Google. I will follow up > with you directly. > > Thanks, > > Joe > > On Wednesday, May 13, 2020 at 3:24:48 PM UTC-4 Yun Ma wrote: >

[android-building] "Android Flash Tool" fails for sunfish userdebug builds

2020-11-29 Thread Jacob S
Hi , am am trying to flash a pixel4a device with a *aosp_sunfish-userdebug* build using Android Flash Tool latest master build - *6983044 *, ( also tried with building master, and some other latest android 11 branches ) and after flashing - Android Flash Tool reports success , but device al

Re: [android-building] Re: mac 10.13 high sierra build failed:ninja failed with: exit status 1 #### failed to build some target

2020-11-29 Thread kk57
I ran into similar issue trying to build android-8.1.0_r52 On Sunday, April 8, 2018 at 6:33:03 AM UTC+9 Jon Gordon wrote: > I'm getting this error trying to build -b android-8.1.0_r20 > > Jon > > On Thursday, 22 March 2018 19:19:28 UTC, Dan Willemsen wrote: >> >> What version of Android are you t

Re: [android-building] aosp android 11 RP1A.201005.004 emulator black screen

2020-11-29 Thread alex ho
Also, is it possible to install GMS to sdk_phone_x86_64-userdebug build with OpenGApps? If it is possible, I saw that I should add a few line to device/manufacturer/product/device.mk, but there is no device.mk for goldfish, where should I add the code instead? On Thursday, 12 November 2020 at