Lines Matching refs:CLEANER
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/cleaner
71 adb shell /data/local/tmp/cleaner