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

Commit 5cba6aa3 authored by Ivan Lozano's avatar Ivan Lozano Committed by Automerger Merge Worker
Browse files

Merge "rust: Change BinderBindings.h extension to .hpp" am: 094560d1 am:...

Merge "rust: Change BinderBindings.h extension to .hpp" am: 094560d1 am: cb85ca85 am: 1e75f595

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1435651

Change-Id: Id262a244fee335afba74cff94c79f88e8e95e297
parents 05edf764 1e75f595
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