commit | 73c33807a930ec45925e415f50fce4ba76ac24b5 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Wed Jul 27 00:12:09 2022 +0200 |
committer | Jeff Vander Stoep <[email protected]> | Wed Jul 27 00:12:09 2022 +0200 |
tree | c3fc76151aa3296385916062bae666eee7ba8dc3 | |
parent | 508ed86f0b97ebd39c323c539c370539700b6bdb [diff] |
Temporarily use libclap_deprecated Temporarily use clap 2.x during the migration process to 3.x. Bug: 229854484 Test: atest Change-Id: I8c145b117ea234c5c35082ea927632c9c25d99dd
diff --git a/Android.bp b/Android.bp index 36e6af0..ec313fc 100644 --- a/Android.bp +++ b/Android.bp
@@ -47,7 +47,7 @@ edition: "2018", features: ["default"], rustlibs: [ - "libclap", + "libclap_deprecated", "liblazy_static", ], proc_macros: ["libstructopt_derive"],