OLD | NEW |
---|---|
(Empty) | |
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 | |
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. | |
10 ''' | |
OLD | NEW |