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
This commit is contained in:
Steven Moreland
2024-01-30 23:47:32 +00:00
parent 3f0bccf195
commit 62105fb264

View File

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