aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-07-27 00:12:09 +0200
committerJeff Vander Stoep <jeffv@google.com>2022-07-27 00:12:09 +0200
commit73c33807a930ec45925e415f50fce4ba76ac24b5 (patch)
treec3fc76151aa3296385916062bae666eee7ba8dc3
parent508ed86f0b97ebd39c323c539c370539700b6bdb (diff)
downloadstructopt-73c33807a930ec45925e415f50fce4ba76ac24b5.tar.gz
Temporarily use libclap_deprecated
Temporarily use clap 2.x during the migration process to 3.x. Bug: 229854484 Test: atest Change-Id: I8c145b117ea234c5c35082ea927632c9c25d99dd
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 36e6af0..ec313fc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,7 +47,7 @@ rust_library {
edition: "2018",
features: ["default"],
rustlibs: [
- "libclap",
+ "libclap_deprecated",
"liblazy_static",
],
proc_macros: ["libstructopt_derive"],