[android-building] Re: Platform development on MacOS isn't supported as of June 22, 2021.

2021-07-08 Thread 'Dan Willemsen' via Android Building
> -g default,tools The "tools" group in the manifest is unrelated to building these SDK tools, so that shouldn't be necessary (though all of the "tools" grouped projects are also in "default" currently, so it really shouldn't change anything either). > LOCAL_MULTILIB=64 USE_NINJA=false

[android-building] AOSP 11 arm arch not working with emulator command

2021-07-08 Thread kkh
I builded the AOSP 11 arm arch but it does not work with emulator command. Not sure why because it works with AOSP 10. Steps taken mkdir android; cd android repo init -u https://android.googlesource.com/platform/manifest -b android-11.0.0_r38 --partial-clone --clone-filter=blob:limit=10M

[android-building] physical versus virtual cloud build machine

2021-07-08 Thread Iben Rodriguez
Do most of you use physical machines to build a full custom ROM? I found this link but it's pretty old so I wanted to get some current ideas and options from you more experienced people who have

[android-building] Re: build pixel 3 android 10 kernel failed

2021-07-08 Thread Jiele Ye
Thans for your reply. I found Image.lz4-dtb file at $OUT_DIR/private/msm-google/arch/arm64/boot, and tested with command "fastboot boot Image.lz4-dtb" BTW: the building command is "BUILD_CONFIG=private/msm-google/build.config.bluecross build/build.sh" On Friday, July 2, 2021 at 2:53:32 AM UTC+8

[android-building] Re: Emulator cannot find system partition during boot

2021-07-08 Thread kkh
@Jan Henrik Weinstock have you mange to solve this? On Wednesday, 22 April 2020 at 22:41:48 UTC+8 Jan Henrik Weinstock wrote: > Following the build instructions at > https://source.android.com/setup/build/building yields no bootable image, > e.g.: > > repo init -u

[android-building] Platform development on MacOS isn't supported as of June 22, 2021.

2021-07-08 Thread Connor Tumbleson
I saw this message - "*Important: Platform development on MacOS isn't supported as of June 22, 2021.*" when attempting to pull down AOSP on MacOS to build the platform/build tools. I set it up via: repo init -u https://android.googlesource.com/platform/manifest -b master -g default,tools repo

Re: [android-building] Re: android10.0.0_rxx : lunch qemu_trusty_arm64-userdebug fails

2021-07-08 Thread Jake Brown
Hi, I'd really love to be able to send commands via adb from the host to the guest, but when I run *adb devices* it says *emulator-5554 offline* Any ideas? A lot of what I've come across mentions to turn on USB debugging, but I'm not sure how to do that given our environment Julien walked

[android-building] Re: soong bootstrap failed with: exit status 1 (Mac - MacOSX11.1.sdk)

2021-07-08 Thread Ignacio Ocampo
I have the same issue. Did you solve it somehow? Thanks! On Friday, April 9, 2021 at 12:43:56 PM UTC-7 drg.ra...@gmail.com wrote: > I am trying to build AOSP for "aosp_arm" on a Mac machine. Even by > reducing the number of jobs (make *-j), It is not building. *Could you > please help? > >

[android-building] Re: Android 11 Released

2021-07-08 Thread 'Bill Yi' via Android Building
Android 11 source code is now available. The following builds, tags, and devices are supported: - RQ3A.210705.001, android-11.0.0_r39, Pixel 4a, Pixel 3a, Pixel 5, Pixel 4, Pixel 3 XL, Pixel 4 XL, Pixel 4a (5G), Pixel 3a XL, Pixel 3 The corresponding factory images, ota images, and

Re: [android-building] Re: Android Security Backport Released

2021-07-08 Thread 'Bill Yi' via Android Building
Android security backport source code is now available. The following builds and tags are supported: 7427955, android-security-10.0.0_r56 7427957, android-security-8.1.0_r90 7427956, android-security-9.0.0_r70 bill -- -- You received this message because you are subscribed to the "Android