diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-07 14:17:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-07 14:17:36 -0400 |
commit | 20160a6eebdcbf0fc7acea8940617ccc6c3023ce (patch) | |
tree | e0f9b8c1d9a51125a1856f3b25d9324d2960e4e6 /standalone/android | |
parent | 824639ce4da1ca275bc8c61a72eb051bb9ef2c70 (diff) |
typo
Diffstat (limited to 'standalone/android')
-rwxr-xr-x | standalone/android/buildapk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildapk b/standalone/android/buildapk index 3a073d474..f751dda15 100755 --- a/standalone/android/buildapk +++ b/standalone/android/buildapk @@ -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" ;; |