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

Commit 66bbdd23 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "AIDL: disable Rust explicitly" into main

parents a8021fc8 5981335d
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,
        },
    },
}