Hi all, I am trying to build AOSP for arm64 following these instructions here:
https://github.com/antmicro/kvm-aosp-jetson-nano But I am getting this build error: [ 32% 49/149] test github.com/google/blueprint/pathtools FAILED: out/soong/.bootstrap/blueprint-pathtools/test/test.passed out/soong/.bootstrap/bin/gotestrunner -p ./build/blueprint/pathtools -f out/soong/.bootstrap/blueprint-pathtools/test/test.passed -- out/soong/.bootstrap/blueprint-pathtool s/test/test -test.short --- FAIL: TestGlobEscapes (0.00s) --- FAIL: TestGlobEscapes/**/* (0.00s) glob_test.go:562: incorrect matches list: glob_test.go:562: pattern: "**/*" glob_test.go:562: got: []string{"a/", "b", "a/a"} glob_test.go:562: expected: []string{"*", "**/", "?", "a/", "b", "**/*", "**/a", "**/b/", "**/b/b", "a/a"} glob_test.go:562: incorrect deps list: glob_test.go:562: pattern: "**/*" glob_test.go:562: got: []string{".", "a"} glob_test.go:562: expected: []string{".", "**", "**/b", "a"} How should I debug this ? Around 2 months ago I had built it successfully on an AWS server. Now I am trying to build it on my laptop. PS: If it helps: I had synced the repo to an NTFS external drive and I copied it to my laptop and did a repo sync again. Regards. Ravishankar -- -- 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/417003c3-386e-492d-b229-978ffbdb4f8fn%40googlegroups.com.
