aboutsummaryrefslogtreecommitdiff
path: root/ndk/checkbuild.py
diff options
context:
space:
mode:
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):