Hi All, I am trying to build the AOSP9 for ARM64 server platforms by cross compiling on x86 machine. But while running the docker image I am facing the issues,
$ repo init -u https://android.googlesource.com/platform/manifest -b android-9.0.0_r53 <https://android.googlesource.com/platform/manifest/+/refs/tags/android-9.0.0_r53> $ repo sync -cq $ source build/envsetup.sh $ lunch aosp_arm64-userdebug $ make -j4 Error log: I am trying to run on ARM64 server as below and facing the error, $ docker run --rm -it myandroid9:09 sh libc: pthread_create failed: couldn't mprotect TLS: Invalid argument failed to initialize TLS: Invalid argument libc: failed to initialize TLS: Invalid argument Can someone give me any pointers/hint about the error message ? Regards -Naresh Bhat -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/0ed35ac3-c28a-4cdf-acbd-c020533d644d%40googlegroups.com.
