Home | History | Annotate | only in /prebuilts/go/linux-x86/misc/android
Up to higher level directory
NameDateSize
cleaner.go21-Aug-2018844
go_android_exec.go21-Aug-20184.5K
README21-Aug-2018279

README

      1 Android
      2 =======
      3 
      4 For details on developing Go for Android, see the documentation in the
      5 mobile subrepository:
      6 
      7 	https://github.com/golang/mobile
      8 
      9 To run the standard library tests, see androidtest.bash. Run it as
     10 
     11 	CC_FOR_TARGET=.../ndk-gcc GOARCH=arm GOARM=7 ./androidtest.bash
     12