Skip to content

Commit 5b5a715

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
docs: remove redundant Building and Running section
The bindercli Quick Start section above already covers build, deploy, and usage. The examples table provides links to all example programs.
1 parent 93262d9 commit 5b5a715

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -184,18 +184,6 @@ adb shell /data/local/tmp/bindercli android.location.ILocationManager get-gnss-h
184184

185185
See the full [bindercli reference](#bindercli) for all subcommands and more examples.
186186

187-
## Building and Running
188-
189-
Binaries are pure Go (no CGO) and run directly on Android:
190-
191-
```bash
192-
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o build/list_services ./examples/list_services/
193-
adb push build/list_services /data/local/tmp/
194-
adb shell /data/local/tmp/list_services
195-
```
196-
197-
Requires access to `/dev/binder` on the target device (typically available as `shell` user or root).
198-
199187
## Packages
200188

201189
| | Package | Description | Import Path |

0 commit comments

Comments
 (0)