From 048b3cecdf531a32a95d7929e861c76d436d13af Mon Sep 17 00:00:00 2001 From: Don Garrett Date: Mon, 11 Mar 2013 13:24:26 -0700 Subject: [PATCH] Update generate_au_zip.py location for cgpt. Cgpt was moved and a symlink based wrapper was added. That wrapper will be improved soon, when when that's true we'll need to change this back. A specific note... cgpt is currently statically linked. If that wrapper does not remain statically linked, then a simple revert won't be enough. BUG=chromium-os:39814 TEST=Manual au-generate.zip creation. Change-Id: I2705b1eddd8ef28c7eb099512513daf80f586218 Reviewed-on: https://gerrit.chromium.org/gerrit/45128 Reviewed-by: Chris Sosa Commit-Queue: Don Garrett Tested-by: Don Garrett --- build_library/generate_au_zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/generate_au_zip.py b/build_library/generate_au_zip.py index 52392373d1..7c24295ec5 100755 --- a/build_library/generate_au_zip.py +++ b/build_library/generate_au_zip.py @@ -18,7 +18,7 @@ import tempfile # GLOBALS image_sign_dir = '~/trunk/src/platform/vboot_reference/scripts/image_signing' -STATIC_FILES = ['/usr/bin/cgpt', +STATIC_FILES = ['/usr/bin/old_bins/cgpt', '~/trunk/src/scripts/common.sh', '/usr/bin/cros_generate_update_payload', '~/trunk/src/scripts/chromeos-common.sh',