tree: 4d412f7b6ae40153ded478e611adb36008b6a06c [path history] [tgz]
  1. bendroid.go
  2. build.go
  3. doc.go
  4. README.md
  5. run.go
  6. templates.go
bendroid/README.md

bendroid: Benchmark and run tests on Android

Prerequisites & installation

Usage

export NDK_TOOLCHAIN=<path where the NDK toolchain has been unpacked>
CC=${NDK_TOOLCHAIN}/arm-21/bin/arm-linux-androideabi-gcc \
CXX=${NDK_TOOLCHAIN}/arm-21/bin/arm-linux-androideabi-g++ \
${GOPATH}/bin/bendroid --help

Vanadium contributors

All the above requirements are taken care of by the android profile.

jiri v23-profile install android
jiri go install v.io/x/devtools/bendroid
jiri run --target arm-android ${JIRI_ROOT}/release/go/bin/bendroid --help