Home
last modified time | relevance | path

Searched refs:diffFile (Results 1 – 1 of 1) sorted by relevance

/build/soong/scripts/
Ddiff_build_graphs.sh119 diffFile="$WORK_DIR/diff.txt"
120 …er.txt -x '\.*' -x '*.log' -x build_fingerprint.txt -x build.ninja.d -x '*.zip' > $diffFile || true
121 if [[ -s "$diffFile" ]]; then
123 echo "First few differences (total diff linecount=$(wc -l $diffFile)) for product $product:"
124 cat "$diffFile" | head -n 10