Re: [android-building] Rebuild android code with error “SSL error when connecting to the Jack server.

2021-06-24 Thread Mark Muth
Hi. Actually the linked conversation from my last message already contains a "solution" to this problem which is punching a hole into your Java security policies by manipulating a config file for your whole system. Hi do you find a solution for the jack server of not let me know and see if > i

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

2021-06-24 Thread Janne Karhunen
Hi, I might be wrong, but maybe the graphics pipeline from the guest to the host GPU with QEMU could look something like this: 1) virgl-gallium, https://gitlab.freedesktop.org/mesa/mesa. Android.mk: BOARD_GPU_DRIVERS=virgl 2) virtio-gpu (guest) 3) virtio-gpu (host) 4) virglrenderer (upstream ve

[android-building] Where/how during AOSP build does Build ID get set?

2021-06-24 Thread SriRam Chadalavada
I'm using AOSP 9 and am trying to trace an incorrect value of android.os.Build.ID that doesn't match our release tag. Where should I be looking? In jenkins/android/build/make/tools/buildinfo.sh, ro.build.id appears to be set to $BUILD? Where does that get set in the build? -- -- You receiv