summarylogtreecommitdiffstats
path: root/deodexer.sh
blob: c2f4de9e32b0ef3310202ccc86651a98f6b42c9f (plain)
1
2
3
4
5
6
7
#!/bin/sh

_pkgname='deodexer'
_vdex_extractor='/usr/bin/vdexExtractor'
_zipalign='/usr/bin/zipalign'

exec "/usr/lib/${_pkgname}/deodexer.py" --vdexextractor "${_vdex_extractor}" --zipalign "${_zipalign}" "$@"