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

Commit 939084bb authored by Zach Johnson's avatar Zach Johnson Committed by Automerger Merge Worker
Browse files

rusty-gd: move facade_helpers to facade/helpers am: 6df7f597 am: 7a81e355

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1558532

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib66666edff2ac0e9b0a9107b796f39f46886d87a
parents 66d117d6 7a81e355
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -33,3 +33,22 @@ rust_binary {
      "liblog_rust",
    ],
}

rust_library {
    name: "libbt_facade_helpers",
    defaults: ["gd_rust_defaults"],
    crate_name: "bt_facade_helpers",
    srcs: ["helpers/lib.rs"],
    edition: "2018",
    rustlibs: [
        "libbt_facade_proto",
        "libbt_packets",
        "libbytes",
        "libfutures",
        "libgrpcio",
        "libtokio",
        "libprotobuf",
        "liblog_rust",
        "libcxx",
    ],
}
+0 −18
Original line number Diff line number Diff line
rust_library {
    name: "libbt_facade_helpers",
    defaults: ["gd_rust_defaults"],
    crate_name: "bt_facade_helpers",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rustlibs: [
        "libbt_facade_proto",
        "libbt_packets",
        "libbytes",
        "libfutures",
        "libgrpcio",
        "libtokio",
        "libprotobuf",
        "liblog_rust",
        "libcxx",
    ],
}