HomeSort by relevance Sort by last modified time
    Searched refs:CLEANER (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/
androidtest.bash 29 # Do the build first, so we can build go_android_exec and cleaner.
64 export CLEANER=${ANDROID_TEST_DIR}/androidcleaner-$$
65 cp ../misc/android/cleaner.go $CLEANER.go
66 echo 'var files = `' >> $CLEANER.go
67 (cd $ANDROID_PRODUCT_OUT/data/local/tmp/goroot; find . >> $CLEANER.go)
68 echo '`' >> $CLEANER.go
69 go build -o $CLEANER $CLEANER.go
70 adb push $CLEANER /data/local/tmp/cleane
    [all...]
  /prebuilts/go/linux-x86/src/
androidtest.bash 29 # Do the build first, so we can build go_android_exec and cleaner.
64 export CLEANER=${ANDROID_TEST_DIR}/androidcleaner-$$
65 cp ../misc/android/cleaner.go $CLEANER.go
66 echo 'var files = `' >> $CLEANER.go
67 (cd $ANDROID_PRODUCT_OUT/data/local/tmp/goroot; find . >> $CLEANER.go)
68 echo '`' >> $CLEANER.go
69 go build -o $CLEANER $CLEANER.go
70 adb push $CLEANER /data/local/tmp/cleane
    [all...]

Completed in 605 milliseconds