commit | 1132937228cb5771275af54673d2d3e2b18d2252 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Thu Oct 18 00:44:02 2018 +0300 |
committer | Marko Man <darkobas@gmail.com> | Mon Aug 26 13:11:42 2019 +0200 |
tree | 57ce4052b5069b5f6dc54061d249dce51e274358 | |
parent | 724a7bc9aa8baf2a5e8c8496868a24eb6fc8632a [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>