- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for adbCopyGoroot (0.06 sec)
-
misc/go_android_exec/main.go
dir = path.Join(dir, "..") } return nil } // adbCopyGoroot clears deviceRoot for previous versions of GOROOT, GOPATH // and temporary data. Then, it copies relevant parts of GOROOT to the device, // including the go tool built for android. // A lock file ensures this only happens once, even with concurrent exec // wrappers. func adbCopyGoroot() error { goTool, err := goTool() if err != nil { return err
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Aug 21 17:46:57 UTC 2023 - 15.3K bytes - Viewed (0)