OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 |
4 import os | 5 import os |
5 import sys | 6 import sys |
| 7 |
| 8 |
6 sys.path.append(os.path.join(os.path.dirname(__file__), | 9 sys.path.append(os.path.join(os.path.dirname(__file__), |
7 os.pardir, os.pardir, os.pardir, | 10 os.pardir, os.pardir, |
8 'build', 'android')) | 11 'build', 'android')) |
OLD | NEW |