aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-03-12 10:37:41 -0700
committerDan Albert <danalbert@google.com>2020-03-12 10:48:54 -0700
commitd741a228c9fbd037eadcccfc42c2343c373613ba (patch)
tree539f4f2a74145961ef2039640e551fa14f8e3629
parent5e94a66ba32dc854ff0ff30db631e759f8f285df (diff)
downloadndk-d741a228c9fbd037eadcccfc42c2343c373613ba.tar.gz
Get libc++abi from the new location.
Test: treehugger Bug: None Change-Id: I962ea1fde0962391463971df8a4c5ad200731331
-rwxr-xr-xndk/checkbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk/checkbuild.py b/ndk/checkbuild.py
index 45b701035..ab45c6943 100755
--- a/ndk/checkbuild.py
+++ b/ndk/checkbuild.py
@@ -2355,7 +2355,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):