GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
471 stars 67 forks source link

make images #147

Closed cyber-bat closed 3 years ago

cyber-bat commented 3 years ago

Please help me. When i run command "make images" shows error: [ 0% 1/115] 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-pathtools/test/test -test.short --- FAIL: TestGlobEscapes (0.05s) --- FAIL: TestGlobEscapes//* (0.04s) glob_test.go:571: incorrect matches list: glob_test.go:571: pattern: "*/" glob_test.go:571: got: []string{"/", "a/", "b", "/a", "/b/", "/b/b", "a/a"} glob_test.go:571: expected: []string{"", "/", "?", "a/", "b", "/", "/a", "/b/", "/b/b", "a/a"} --- FAIL: TestGlobEscapes//* (0.00s) glob_test.go:571: incorrect matches list: glob_test.go:571: pattern: "/\" glob_test.go:571: got: []string(nil) glob_test.go:571: expected: []string{"", "/"} --- FAIL: TestGlobEscapes/**/ (0.00s) glob_test.go:571: incorrect matches list: glob_test.go:571: pattern: "\\*/" glob_test.go:571: got: []string{"/a", "/b/"} glob_test.go:571: expected: []string{"*/", "/a", "/b/"} --- FAIL: TestGlobEscapes/**// (0.00s) glob_test.go:571: incorrect matches list: glob_test.go:571: pattern: "\*\//" glob_test.go:571: got: []string{"/a", "/b/", "/b/b"} glob_test.go:571: expected: []string{"/", "/a", "/b/", "/b/b"} FAIL 14:51:06 soong bootstrap failed with: exit status 1

How to fix it?