Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5981335d authored by Steven Moreland's avatar Steven Moreland
Browse files

AIDL: disable Rust explicitly

Now that it's enabled by default.

Because this uses FDs.

Bug: 321267339
Test: m
Change-Id: I62aff434f4b94bb440471e57ee8aef4965d641a6
parent a8021fc8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -100,9 +100,14 @@ aidl_interface {
            enabled: true,
            platform_apis: true,
        },

        // TODO: switch from FileDescriptor to ParcelFileDescriptor
        ndk: {
            enabled: false,
        },
        rust: {
            enabled: false,
        },
    },
}