AIDL: disable Rust explicitly

Now that it's enabled by default, because this
doesn't compile in Rust.

Bug: 321267339
Test: m
Change-Id: I01e0af965827944ba2b4b168a6e8d6c4cf81cfff
Merged-In: I01e0af965827944ba2b4b168a6e8d6c4cf81cfff
(cherry picked from commit 62105fb264)
This commit is contained in:
Steven Moreland 2024-01-30 23:47:32 +00:00
parent ba0e65c731
commit 2a59b89a84

View file

@ -29,6 +29,9 @@ aidl_interface {
cpp: {
enabled: false,
},
rust: {
enabled: false,
},
ndk: {
additional_shared_libraries: [
"libnativewindow",