target_tmpdir revision f637a050cc27b206824d7b1262d2aa9de0668bef
1#!/bin/bash
2
3# Temporary directory to be used on Android devices.
4
5echo "/data/local/tmp"
6