Home | History | Annotate | Download | only in native

Lines Matching refs:changed

21         local changed=""
24 if [ "$changed" == "" -a -e $dst ]; then
27 echo "$i: has not changed from $j" >/dev/null
28 changed="false"
30 changed="true"
31 echo "$i: has changed from $j" >/dev/null
35 if [ "$changed" == "true" -o "$changed" == "" ]; then
43 echo "libandroid.so: has not changed"
50 echo "Headers changed... rebuilding platforms."