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

Commit 6f92b39b authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

Temporarily use libclap_deprecated

Temporarily use clap 2.x during the migration process to 3.x.

Bug: 229854484
Test: atest
Change-Id: Iefcdb09c67289e65f189b9e3f1f194d3540d64cc
parent 6d039306
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ rust_binary {
    srcs: ["src/main.rs"],
    edition: "2018",
    rustlibs: [
      "libclap",
      "libclap_deprecated",
      "libbluetooth_with_facades",
      "libfutures",
      "libgrpcio",
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ rust_library_host_rlib {
        "libbluetooth_rs",
        "libbt_common",
        "libbt_facade_helpers",
        "libclap",
        "libclap_deprecated",
        "libcxx",
        "libgrpcio",
        "libtokio",