summaryrefslogtreecommitdiff
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r--libunwindstack/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 84619ee..7a63a22 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -54,6 +54,7 @@ cc_defaults {
libunwindstack_common_src_files = [
"AndroidUnwinder.cpp",
"ArmExidx.cpp",
+ "Demangle.cpp",
"DexFiles.cpp",
"DwarfCfa.cpp",
"DwarfEhFrameWithHdr.cpp",
@@ -123,6 +124,10 @@ cc_defaults {
"libprocinfo",
],
+ whole_static_libs: [
+ "librustc_demangle_static",
+ ],
+
shared_libs: [
"libbase",
"liblog",
@@ -273,6 +278,7 @@ cc_defaults {
"tests/AndroidUnwinderTest.cpp",
"tests/ArmExidxDecodeTest.cpp",
"tests/ArmExidxExtractTest.cpp",
+ "tests/DemangleTest.cpp",
"tests/DexFileTest.cpp",
"tests/DexFilesTest.cpp",
"tests/DwarfCfaLogTest.cpp",