commit | b8084ec8a5e5ac229273250acd6cf2711ec6444e | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Thu Oct 18 00:44:02 2018 +0300 |
committer | Vladimir Oltean <olteanv@gmail.com> | Mon Dec 24 01:32:53 2018 +0200 |
tree | c442fca67ab00522234a1e7ebf881c4244944847 | |
parent | 0d2fa55f2f88e73018a749a3fe34f33ec365fbbc [diff] |
extract_utils: avoid doing stuff on files that don't exist * If an apk/jar doesn't exist, the script would still try to deodex it. * If an xml doesn't exist, the script would still try to "fix" it. * Take it easier, man, it's not your fault. Change-Id: I3061fb48b403da5121e3c17dd9ecdb6cd148bf97 Signed-off-by: Vladimir Oltean <olteanv@gmail.com>