Re: [android-building] Um........Please help me!!!

2020-05-26 Thread 'Dan Willemsen' via Android Building
Does prebuilts/go/linux-x86/bin/go exist in your source tree? It should exist: https://android.googlesource.com/platform/manifest/+/refs/heads/android-8.1.0_r64/default.xml#552 https://android.googlesource.com/platform/prebuilts/go/linux-x86/+/refs/tags/android-8.1.0_r64/bin/ If it does exist, ar

[android-building] Can I install some keys into android hardware backed keystore when buiding android?

2020-05-26 Thread Frank Lin
Hi All, I would like to install some keys into the keystore when building the android 9.0. Dose anyone know how to do this? Any comment is appreciated. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to andr

Re: [android-building] Re: how can I verify that it is picking the android sources from this respective branch

2020-05-26 Thread Appu
Thanks a lot David! Really appreciate the same. Is there anyways that can I figure out, roughly around which dates approx- android's repo , branch, tags & the specific commit ID - the below patch was applied and tried? https://android-review.googlesource.com/c/platform/system/core/+/633925 base

[android-building] Um........Please help me!!!

2020-05-26 Thread 박종현TV
I build android-8.1.0_r64 but an error occurred while build pjh@pjh-System-Product-Name:/media/pjh/android/AOSP$ make /media/pjh/android/AOSP/build/soong/cmd/microfactory/microfactory.bash: 줄 85: /media/pjh/android/AOSP/prebuilts/go/linux-x86//bin/go: 그런 파일이나 디렉터리가 없습니다 failed to build so

[android-building] Req. how to clone & build specific android repo version, repo manifest branch, with this specific tags & commit ID.

2020-05-26 Thread Appu
Dear Android experts team, 1. As I have the intermediate android folder commit ID as below in the android sources , based on this intermediate folder commit ID, Could anyone please let me know how to clone the same specific android repo version, repo manifest branch, with this specific tags &

[android-building] LOCAL_MODULE_CLASS := FAKE

2020-05-26 Thread fanx lin
hi, I have one question. In Android.mk, there is a LOCAL_MODULE_CLASS props. I want to know what LOCAL_MODULE_CLASS := FAKE means. Is "FAKE" a directory or something else? would someone help me? -- -- You received this message because you are subscribed to the "Android Building" mailing lis

Re: [android-building] how to get compile_commands.json by mma or mm from android.mk in aosp project of android 9

2020-05-26 Thread Paschalis Mpeis
In my case SOONG_GEN_COMPDB exists (android 10), but following the instructions here did not generate the json file, unless you actually proceed with a full build (i.e., make nothing didn't produce the f

[android-building] Re: Memory leak?

2020-05-26 Thread Freakinkat tv
I am somewhat having similar issue, any update for us? On Thursday, April 30, 2020 at 11:43:26 AM UTC-5, Silver Rampart wrote: > > When running a normal build, process soong_build quickly fills up all > available memory (6GB in under 5 minutes) and starts to swap. Quad-core i5. > I understand th