dgn | 1ad35c8 | 2015-06-26 19:30:05 +0900 | [diff] [blame] | 1 | #!/usr/bin/env python |
| 2 | # Copyright 2015 The Chromium Authors. All rights reserved. |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | |
| 6 | '''Checks the status of an Android SDK package. |
| 7 | |
dgn | 7534eaa | 2015-11-07 00:28:51 +0900 | [diff] [blame] | 8 | TODO(dgn) replaced by a direct update mechanism: http://crbug.com/541727 |
| 9 | This file is now a placeholder until removal after 2 sided patches. |
dgn | 1ad35c8 | 2015-06-26 19:30:05 +0900 | [diff] [blame] | 10 | ''' |