diff options
Diffstat (limited to 'projects/depthcharge')
-rwxr-xr-x | projects/depthcharge/depthcharge | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/projects/depthcharge/depthcharge b/projects/depthcharge/depthcharge index ca31d4be..f7645092 100755 --- a/projects/depthcharge/depthcharge +++ b/projects/depthcharge/depthcharge @@ -76,9 +76,6 @@ build() { local arch=$( depthcharge_arch "$@" ) local device=$( depthcharge_device "$@" ) - project_action "build" "crossgcc" "$arch" - project_action "build" "libpayload" "$project" "$@" - project_action "checkout" "vboot" "devices" mkdir -p "$build_path" |