aboutsummaryrefslogtreecommitdiff
path: root/ndk/checkbuild.py
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-03-12 20:35:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-03-12 20:35:34 +0000
commit5dc5b29baa3af2533d85c0471a6479037f9392c2 (patch)
tree48b5b8e9dbaf93e4f1264f4134254f4698956075 /ndk/checkbuild.py
parentf64ce45f02a521e6d6fc5ac3783b8f4f581c4381 (diff)
parentd741a228c9fbd037eadcccfc42c2343c373613ba (diff)
downloadndk-5dc5b29baa3af2533d85c0471a6479037f9392c2.tar.gz
Merge "Get libc++abi from the new location."
Diffstat (limited to 'ndk/checkbuild.py')
-rwxr-xr-xndk/checkbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk/checkbuild.py b/ndk/checkbuild.py
index d6021ba68..8395086d1 100755
--- a/ndk/checkbuild.py
+++ b/ndk/checkbuild.py
@@ -2350,7 +2350,7 @@ class LibAndroidSupport(ndk.builds.PackageModule):
class Libcxxabi(ndk.builds.PackageModule):
name = 'libc++abi'
path = 'sources/cxx-stl/llvm-libc++abi'
- src = ndk.paths.android_path('external/libcxxabi')
+ src = ndk.paths.android_path('toolchain/llvm-project/libcxxabi')
class SimplePerf(ndk.builds.Module):