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 <sosa@chromium.org>
Commit-Queue: Don Garrett <dgarrett@chromium.org>
Tested-by: Don Garrett <dgarrett@chromium.org>
This commit is contained in:
Don Garrett 2013-03-11 13:24:26 -07:00 committed by Michael Marineau
parent 7320602927
commit 048b3cecdf

View File

@ -18,7 +18,7 @@ import tempfile
# GLOBALS # GLOBALS
image_sign_dir = '~/trunk/src/platform/vboot_reference/scripts/image_signing' 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', '~/trunk/src/scripts/common.sh',
'/usr/bin/cros_generate_update_payload', '/usr/bin/cros_generate_update_payload',
'~/trunk/src/scripts/chromeos-common.sh', '~/trunk/src/scripts/chromeos-common.sh',