commit | 0d38329999c67083ac1d2e47ee119f92f7c18988 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Mon Dec 28 13:58:26 2020 -0800 |
committer | Joel Galenson <jgalenson@google.com> | Wed Mar 24 12:31:30 2021 -0700 |
tree | 840260d0cf5da6b063b6e55c557235ecdbda0ed7 | |
parent | 2686ce88a72cb16453e44478570cc22f8b4da415 [diff] [blame] |
Add Rust bindings We currently only need these few symbols. Test: Use them from Rust. Fixes: 175619259 Change-Id: I0c2ca708c5a6ab550af7103754db775ffbca245b
diff --git a/libcutils/rust/cutils.h b/libcutils/rust/cutils.h new file mode 100644 index 0000000..9b78af6 --- /dev/null +++ b/libcutils/rust/cutils.h
@@ -0,0 +1,4 @@ +#pragma once + +#include <cutils/multiuser.h> +#include <private/android_filesystem_config.h>