summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAlex Deymo <deymo@chromium.org>2014-08-13 08:49:09 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-08-15 17:54:33 +0000
commit2bba38154d35d93d11ba591361ff0d5f10ce50d1 (patch)
treedaa0bd0edb89d501592d1d9ffe8ac3d30173e76c /bin
parent3c779d0c6fa0de6250315f94d1ca4de772ee7697 (diff)
downloadchromite-2bba38154d35d93d11ba591361ff0d5f10ce50d1.tar.gz
gconv_strip: Move it to chromite.
This includes the changes up to CL:212132 and local modifications to use the chromite style: * gconv_strip.py is called using the wrapper.py * subprocess is replaced with cros_build_lib.RunCommand * the standard python argparse modules is replaced by chromite's commandline. BUG=chromium:403050 TEST=`gconv_strip --debug --dry-run /path/to/rootfs` still works. Change-Id: I217d9079738d4825792210bc9a0f7ca309825f70 Reviewed-on: https://chromium-review.googlesource.com/212261 Reviewed-by: Gaurav Shah <gauravsh@chromium.org> Commit-Queue: Alex Deymo <deymo@chromium.org> Tested-by: Alex Deymo <deymo@chromium.org>
Diffstat (limited to 'bin')
l---------bin/gconv_strip1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gconv_strip b/bin/gconv_strip
new file mode 120000
index 000000000..72196ceea
--- /dev/null
+++ b/bin/gconv_strip
@@ -0,0 +1 @@
+../scripts/wrapper.py \ No newline at end of file