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

Commit 4588b2bd authored by Matthew Maurer's avatar Matthew Maurer Committed by Automerger Merge Worker
Browse files

Merge "rust: Visibility exports for bindgen" am: 2e81ec21 am: bdfa0fa2 am:...

Merge "rust: Visibility exports for bindgen" am: 2e81ec21 am: bdfa0fa2 am: 43cd8415 am: 9930c873

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2169586



Change-Id: I06f4c7a14e0c90725761b9190b0de3c241299347
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 26ad537f 9930c873
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@ rust_bindgen {
    name: "libstatspull_bindgen",
    wrapper_src: "statslog.h",
    crate_name: "statspull_bindgen",
    visibility: [
        "//frameworks/proto_logging/stats/stats_log_api_gen",
        "//packages/modules/Virtualization/libs/statslog_virtualization",
    ],
    source_stem: "bindings",
    bindgen_flags: [
        "--size_t-is-usize",
@@ -48,7 +52,7 @@ rust_bindgen {
    apex_available: [
        "//apex_available:platform",
        "com.android.virt",
    ]
    ],
}

rust_library {