[android-building] Re: I get an error when building Android 12

2021-10-26 Thread Chang Kyo
[current workaround] a. disable ccache (will impact compiling speed) b. let ccache and AOSP source code to different partition (if your tmpfs bigger enough or you already had another partition) c. mount --bind allow you put ccache and AOSP source code in the same partition.(reference:

[android-building] Re: how to integrate ninja and RBE to support remote build AOSP so fast?

2020-09-14 Thread Chang Kyo
Hi Joe: I also want to know the detail about setup/use the RBE. Does it mean if I have a lot of machine(virtual or physical), I can separate the AOSP compile process on them? Because as android version rising, the compile time rising also. [image: aosp_11_compile_time.png] i'm afraid it will

[android-building] Re: It is possible to build android 1.6 on ubuntu 18.04 ?

2019-12-09 Thread Chang Kyo
Dear Eliane: If you still develop android 1.6, I'll suggest that you can using docker or singularity to build container image which include ubuntu 10.04 + Java SDK 5 + android 1.6 require package. After that, you can build android 1.6 using container on any version OS which support docker or