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

Commit 094560d1 authored by Ivan Lozano's avatar Ivan Lozano Committed by Gerrit Code Review
Browse files

Merge "rust: Change BinderBindings.h extension to .hpp"

parents c4b73470 7929c088
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -28,11 +28,8 @@ rust_library {
rust_bindgen {
    name: "libbinder_ndk_bindgen",
    crate_name: "binder_ndk_bindgen",
    wrapper_src: "sys/BinderBindings.h",
    wrapper_src: "sys/BinderBindings.hpp",
    source_stem: "bindings",
    cflags: [
        "-x c++",
    ],
    bindgen_flags: [
        // Unfortunately the only way to specify the rust_non_exhaustive enum
        // style for a type is to make it the default