Merge "Support Rust builds of some AIDL interfaces." into main

This commit is contained in:
Treehugger Robot
2023-09-27 09:59:26 +00:00
committed by Gerrit Code Review
3 changed files with 9 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ aidl_interface {
],
min_sdk_version: "29",
},
rust: {
enabled: true,
},
},
frozen: true,
versions: [

View File

@@ -37,6 +37,9 @@ aidl_interface {
],
min_sdk_version: "29",
},
rust: {
enabled: true,
},
},
frozen: true,
versions_with_info: [

View File

@@ -46,5 +46,8 @@ aidl_interface {
],
min_sdk_version: "29",
},
rust: {
enabled: true,
},
},
}