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

Commit 6be5e45e authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "AIDL: disable Rust explicitly" into main am: 66bbdd23

parents 398b05bb 66bbdd23
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,
        },
    },
}