summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2023-01-31 00:40:26 +0000
committerChristopher Ferris <cferris@google.com>2023-01-31 00:40:26 +0000
commita335709a73c882322f0659c993f3784833ef9983 (patch)
tree5ec22b70d87046ac132af609e757ac5e9ccfc25a
parent55d0f8d3f61cfc577fb2d17d1701b1548aa327b1 (diff)
downloadmanifest-a335709a73c882322f0659c993f3784833ef9983.tar.gz
Add minimal rust support for libunwindstack.
Test: Builds with these repos. Change-Id: Ie7f83e536d913efe1194afd07a30b047bc9d3ce1
-rw-r--r--default.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index da5b3d7e5..dfd284a52 100644
--- a/default.xml
+++ b/default.xml
@@ -279,6 +279,10 @@
<project path="frameworks/libs/modules-utils" name="platform/frameworks/libs/modules-utils" groups="pdk" />
<!-- For host libc -->
<project path="external/musl" name="platform/external/musl" groups="pdk" />
+ <!-- For libunwindstack in apex -->
+ <project path="external/rust/crates/rustc-demangle" name="platform/external/rust/crates/rustc-demangle" groups="pdk" />
+ <project path="external/rust/crates/rustc-demangle-capi" name="platform/external/rust/crates/rustc-demangle-capi" groups="pdk" />
+ <project path="prebuilts/rust" name="platform/prebuilts/rust" groups="pdk" clone-depth="1" />
<!--
ART Module build dependencies in prebuilts.