commit | 2e35c3376a9f8e9d5fe589703838b90a76e87f08 | [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 | 1fd3bb47bddc99c684151070808ad71cfb07ae1b | |
parent | 297cc3756ffbf1a5c6d1e5438eb2908192c6ac26 [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>