aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-07-27 00:08:33 +0200
committerJeff Vander Stoep <jeffv@google.com>2022-07-27 00:08:33 +0200
commit48426df0d8758a75900ea25817b6e1bf0ccc6b98 (patch)
treed1df7aa6f19dafeab0cfaa6882d3bb6f1a6dcb17
parent03c08551c4c02e2473e4dc87332096063aaed020 (diff)
downloadcriterion-48426df0d8758a75900ea25817b6e1bf0ccc6b98.tar.gz
Temporarily use libclap_deprecated
Temporarily use clap 2.x during the migration process to 3.x. Bug: 229854484 Test: atest Change-Id: Ib2623fd48104007ba3168c58d74f309ad64d4b28
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index f63d8a9..16255b6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,7 +53,7 @@ rust_library {
rustlibs: [
"libatty",
"libcast",
- "libclap",
+ "libclap_deprecated",
"libcriterion_plot",
"libcsv",
"libitertools",