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

View File

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