summaryrefslogtreecommitdiff
path: root/tools/rootcanal
diff options
context:
space:
mode:
author David Duarte <licorne@google.com> 2024-03-22 22:06:08 +0000
committer David Duarte <licorne@google.com> 2024-03-22 22:06:08 +0000
commit7d904548219fb9a26bbb57803076b27d46d86290 (patch)
tree11c534b9c2a5c15d97ee4b5b6ddd613b82d84951 /tools/rootcanal
parent17127f1803e33bd64565201bc3cbbbb032cf0cd1 (diff)
rootcanal/rust: Use export_include_dirs
include_dirs is deprecated for rust_ffi modules Bug: 324268843 Change-Id: Ia5a5f8678aeab790c3b516d4a169a9310efb14ac Flag: Exempt, build change Test: None
Diffstat (limited to 'tools/rootcanal')
-rw-r--r--tools/rootcanal/rust/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rootcanal/rust/Android.bp b/tools/rootcanal/rust/Android.bp
index 8b63450068..128718881f 100644
--- a/tools/rootcanal/rust/Android.bp
+++ b/tools/rootcanal/rust/Android.bp
@@ -31,7 +31,7 @@ rust_ffi {
"librand",
"libthiserror",
],
- include_dirs: ["include"],
+ export_include_dirs: ["include"],
}
genrule {