I am trying to compile AOSP code using the new WSL (Windows Subsystem for Linux) aka Bash on Ubuntu on Windows. I successfully installed my build environment and synchronized AOSP code.
I cannot get "make" to complete the build even for one application.
Attached is a strace file . It seems that make hangs while reading the file "build / core / clang / TARGET_arm.mk" (this file is initialized on line 1443 of the trace), although this file was successfully read several times before freezing.
Any ideas on what causes the freeze? How can I dig deeper to find out what causes freezing?
android windows bash ubuntu windows-subsystem-for-linux
creeve4
source share