Remove chromeos-[dev|test]-init deps

Now that chromeos-dev-init and chromeos-test-init are explicitly
specified in chromeos-dev and chromeos-test remove the hardcoding
in build_packages

BUG=None
TEST=build and run on daisy and trybots on a variety of x86/arm
paladin/full builders
CQ-DEPEND=CL:Iaceab4dbc2c215ba899d17e78c6c22e60c0802c8

Change-Id: I3064117ecf5bbafbc0f340f46cc07d4f6c959559
Reviewed-on: https://gerrit.chromium.org/gerrit/41943
Reviewed-by: David James <davidjames@chromium.org>
Commit-Queue: Anush Elangovan <anush@chromium.org>
Tested-by: Anush Elangovan <anush@chromium.org>
This commit is contained in:
Anush Elangovan 2013-01-24 10:59:08 -08:00 committed by ChromeBot
parent 5e39bb6cd1
commit 87933c73cf

View File

@ -166,7 +166,6 @@ if [[ $# -eq 0 ]]; then
PACKAGES=( chromeos-base/chromeos ) PACKAGES=( chromeos-base/chromeos )
if [[ "${FLAGS_withdev}" -eq "${FLAGS_TRUE}" ]]; then if [[ "${FLAGS_withdev}" -eq "${FLAGS_TRUE}" ]]; then
PACKAGES+=( chromeos-base/chromeos-dev ) PACKAGES+=( chromeos-base/chromeos-dev )
PACKAGES+=( chromeos-base/chromeos-dev-init )
fi fi
if [[ "${FLAGS_withfactory}" -eq "${FLAGS_TRUE}" ]]; then if [[ "${FLAGS_withfactory}" -eq "${FLAGS_TRUE}" ]]; then
PACKAGES+=( chromeos-base/chromeos-installshim ) PACKAGES+=( chromeos-base/chromeos-installshim )
@ -176,7 +175,6 @@ if [[ $# -eq 0 ]]; then
fi fi
if [[ "${FLAGS_withtest}" -eq "${FLAGS_TRUE}" ]]; then if [[ "${FLAGS_withtest}" -eq "${FLAGS_TRUE}" ]]; then
PACKAGES+=( chromeos-base/chromeos-test ) PACKAGES+=( chromeos-base/chromeos-test )
PACKAGES+=( chromeos-base/chromeos-test-init )
fi fi
if [[ "${FLAGS_withautotest}" -eq "${FLAGS_TRUE}" ]]; then if [[ "${FLAGS_withautotest}" -eq "${FLAGS_TRUE}" ]]; then
PACKAGES+=( chromeos-base/autotest-all ) PACKAGES+=( chromeos-base/autotest-all )