Skip to content

Commit 5981335

Browse files
author
Steven Moreland
committed
AIDL: disable Rust explicitly
Now that it's enabled by default. Because this uses FDs. Bug: 321267339 Test: m Change-Id: I62aff434f4b94bb440471e57ee8aef4965d641a6
1 parent a8021fc commit 5981335

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)