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:
parent
ba0e65c731
commit
2a59b89a84
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ aidl_interface {
|
|||
cpp: {
|
||||
enabled: false,
|
||||
},
|
||||
rust: {
|
||||
enabled: false,
|
||||
},
|
||||
ndk: {
|
||||
additional_shared_libraries: [
|
||||
"libnativewindow",
|
||||
|
|
Loading…
Reference in a new issue