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

Commit 1e75f595 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: cb85ca85

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

Change-Id: I0467233e9c5dc2a08c5af175aa3632caff7eb294
parents c8e9dc49 cb85ca85
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