This commit is contained in:
Joey Hess 2015-01-07 14:17:36 -04:00
parent b20d8b5471
commit f6fa2e6296

View file

@ -29,7 +29,7 @@ if [ "$androidversion" = 5 ]; then
for f in $(find "$androidtoolchain" -maxdepth 1 -not -type d -printf '%f\n'); do
src="$androidtoolchain/$f"
dest="$androidtoolchain/5.0/$f"
case "$f" of
case "$f" in
*-ld*)
wrap "$src" "$dest" "-pie"
;;