Skip to content

Commit 66bbdd2

Browse files
Steven MorelandGerrit Code Review
authored andcommitted
Merge "AIDL: disable Rust explicitly" into main
2 parents a8021fc + 5981335 commit 66bbdd2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

libs/binder/tests/Android.bp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,14 @@ aidl_interface {
100100
enabled: true,
101101
platform_apis: true,
102102
},
103+
104+
// TODO: switch from FileDescriptor to ParcelFileDescriptor
103105
ndk: {
104106
enabled: false,
105107
},
108+
rust: {
109+
enabled: false,
110+
},
106111
},
107112
}
108113

0 commit comments

Comments
 (0)