aboutsummaryrefslogtreecommitdiff
path: root/checkbuild.py
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-09-07 16:35:09 -0700
committerDan Albert <danalbert@google.com>2018-09-24 16:31:59 -0700
commitc431ecd2f8ee2d00b8ae8844572405ae703cdec5 (patch)
tree01c6c52743dca779f637ff54ef70776478f3ea21 /checkbuild.py
parent6d5dd6acd693b6179dd9a515486d8c8204cda512 (diff)
downloadndk-c431ecd2f8ee2d00b8ae8844572405ae703cdec5.tar.gz
Add a TODO to the Toolchain module.
We can save some space here. Test: None Bug: None Change-Id: I1342a5f16531e06d6f5e60333e91c794983fd7f8
Diffstat (limited to 'checkbuild.py')
-rwxr-xr-xcheckbuild.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/checkbuild.py b/checkbuild.py
index 8b688b913..dabe687f0 100755
--- a/checkbuild.py
+++ b/checkbuild.py
@@ -1448,6 +1448,8 @@ class Toolchain(ndk.builds.Module):
dst_dir = os.path.join(install_dir, 'sysroot/usr/lib', triple,
str(api))
shutil.copytree(src_dir, dst_dir)
+ # TODO: Remove duplicate static libraries from this directory.
+ # We already have them in the version-generic directory.
# Also install a libc++.so and libc++.a linker script per API
# level. We need this to be done on a per-API level basis