summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ryhl <aliceryhl@google.com>2024-02-22 08:36:51 +0000
committerAlice Ryhl <aliceryhl@google.com>2024-03-07 08:12:43 +0000
commitda309c709e31c27084795c13072e0e95b1ef03d8 (patch)
tree405496b7c0c7962d06af0dea93513fe93a20eae8
parentc51f304b2a48f269c8e7489b00d10798a8a6900c (diff)
downloadbuild-da309c709e31c27084795c13072e0e95b1ef03d8.tar.gz
rust: add Binder driver to rust defconfig fragment
Change-Id: Id94b5b3b3a6b4eee4f609d4a6afb648faebd5baf Signed-off-by: Alice Ryhl <aliceryhl@google.com>
-rw-r--r--kleaf/impl/defconfig/rust_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/kleaf/impl/defconfig/rust_defconfig b/kleaf/impl/defconfig/rust_defconfig
index bfd5bd0..98e93f0 100644
--- a/kleaf/impl/defconfig/rust_defconfig
+++ b/kleaf/impl/defconfig/rust_defconfig
@@ -3,3 +3,5 @@
# support for Rust and Rust drivers being tested.
CONFIG_RUST=y
+CONFIG_ANDROID_BINDER_IPC_RUST=y
+CONFIG_ANDROID_BINDERFS_RUST=y