Commit 3032c443 authored by sbc's avatar sbc Committed by Commit bot

Remove legacy install-arm-sysroot.py script

This was merged with install-debian.wheezy.sysroot.py a
long time ago.

Review URL: https://codereview.chromium.org/1050983003

Cr-Commit-Position: refs/heads/master@{#323944}
parent b20f7916
#!/usr/bin/env python
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import sys
msg = '''\
ERROR: This script has merged with install-debian.wheezy.sysroot.py.
Please use that instead (with --arch=arm).
'''
sys.stderr.write(msg)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment