Merge "AIDL: disable Rust explicitly" into aosp-main-future

This commit is contained in:
Steven Moreland 2024-02-06 20:03:20 +00:00 committed by Android (Google) Code Review
commit 081ba6dc0e

View file

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