From be6ebfaf8957d006711dd1bb91c17c6bf93481df Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 7 Jan 2010 00:46:48 +0000 Subject: [PATCH] Build and install dh-chromeos before doing anything else src/third_party/chrome/ needs dh-chromeos. Fortunately at least dh-chromeos doesn't need anything else from our tree, so let's build and install it really early. Review URL: http://codereview.chromium.org/518051 --- build_platform_packages.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build_platform_packages.sh b/build_platform_packages.sh index 0f30ff1686..93ce8673e4 100755 --- a/build_platform_packages.sh +++ b/build_platform_packages.sh @@ -26,7 +26,7 @@ NUM_JOBS=`grep -c "^processor" /proc/cpuinfo` PLATFORM_DIR="$SRC_ROOT/platform" -PLATFORM_DIRS="acpi assets dh-chromeos fake_hal init installer login_manager \ +PLATFORM_DIRS="acpi assets fake_hal init installer login_manager \ memento_softwareupdate pam_google window_manager \ cros chrome screenlocker cryptohome \ monitor_reconfig microbenchmark minijail metrics_collection \ @@ -46,6 +46,12 @@ then export GET_STABLE_CHROME=1 fi +# Build dh-chromeos really first. Some of third_party needs it. +echo "Building package dh-chromeos..." +cd "$PLATFORM_DIR/dh-chromeos" +./make_pkg.sh +cd - + # Build third_party packages first, since packages and libs depend on them. for i in $THIRD_PARTY_PACKAGES do