aboutsummaryrefslogtreecommitdiff
path: root/checkbuild.py
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-11-16 16:01:17 -0800
committerDan Albert <danalbert@google.com>2015-11-16 16:08:27 -0800
commita0740883293b9e4710585d71db3dba820526d082 (patch)
treed4a380f85ab7c3b6561df5c72dac77e6656b25e3 /checkbuild.py
parent336ed39fd624faccab591070b18173e59c1318eb (diff)
downloadndk-a0740883293b9e4710585d71db3dba820526d082.tar.gz
Move gcclibs out of prebuilt/.
Bug: http://b/25454836 Change-Id: I8bf53be220c88c428a148101ebce763841dded3f
Diffstat (limited to 'checkbuild.py')
-rw-r--r--checkbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbuild.py b/checkbuild.py
index f028d53f2..93ba55aaf 100644
--- a/checkbuild.py
+++ b/checkbuild.py
@@ -307,7 +307,7 @@ def build_gcc_libs(out_dir, args):
tmpdir = tempfile.mkdtemp()
try:
- install_dir = os.path.join(tmpdir, 'prebuilt/gcclibs', triple)
+ install_dir = os.path.join(tmpdir, 'gcclibs', triple)
os.makedirs(install_dir)
# These are target libraries, so the OS we use here is not