commit | 6a7946baeb353ee3043b11bd280d5f7f13086947 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Sun Jun 24 20:09:55 2018 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sun Jul 08 20:14:12 2018 +0200 |
tree | 74d71e4fa96de308395445451bb4b5751e5809f8 | |
parent | 59074e6832bb975e87aff60606b1cc192d176b97 [diff] |
extract_utils: target_file() and target_args() cleanup * Strip target_args from target_file at callee instead of at caller * WARNING! Changes (improperly documented) behavior of prefix_match() function, which is expected to not strip target_args(), and the root cause why stripping target_args was currently done at caller. Will be addressed in next patch. Change-Id: I820d2350aa64ff41374809fcb22f812257132652 Signed-off-by: Vladimir Oltean <olteanv@gmail.com>