aboutsummaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-02-02 13:32:53 -0800
committerDan Albert <danalbert@google.com>2016-02-02 13:32:53 -0800
commita4654bb3ea0810014c9af4982151560cf2616364 (patch)
tree8f3d8ac62ced93933b050359fb14914f22d4bafa /sources
parente61a75c84ce22661867b79d361a8708d7318ff24 (diff)
downloadndk-a4654bb3ea0810014c9af4982151560cf2616364.tar.gz
Fix more of the build.
Rebase went wrong and the definition of is_arm ended up in a patch above its first use. Change-Id: I641ac8301e541c6308ca0a1aea032e406008e6f1
Diffstat (limited to 'sources')
-rwxr-xr-xsources/cxx-stl/llvm-libc++/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/cxx-stl/llvm-libc++/build.py b/sources/cxx-stl/llvm-libc++/build.py
index 682e03006..724ff8eac 100755
--- a/sources/cxx-stl/llvm-libc++/build.py
+++ b/sources/cxx-stl/llvm-libc++/build.py
@@ -92,6 +92,7 @@ def main(args):
for abi in abis:
static_lib_dir = os.path.join(obj_out, 'local', abi)
install_dir = os.path.join(lib_out, abi)
+ is_arm = abi.startswith('armeabi')
if is_arm:
shutil.copy2(