commit | a8dc271b7f8b0bcb3e7e4452ff444d68e38b1146 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Fri Jul 29 02:33:45 2022 +0200 |
committer | Jeff Vander Stoep <jeffv@google.com> | Fri Jul 29 05:48:40 2022 +0200 |
tree | f937305bfaa34d5de6780e5bb8050702ea101434 | |
parent | 97e85fc0b74e979c012bd2968a656976265c8d84 [diff] [blame] |
migrate to clap 3.x Bug: 229854484 Test: atest Change-Id: Iae1ad1b5f7c2832c11bf2db09e7985ddaaf927d4
diff --git a/zipfuse/Android.bp b/zipfuse/Android.bp index d07a8e1..e10fc31 100644 --- a/zipfuse/Android.bp +++ b/zipfuse/Android.bp
@@ -10,7 +10,7 @@ prefer_rlib: true, rustlibs: [ "libanyhow", - "libclap_deprecated", + "libclap", "libfuse_rust", "liblibc", "libzip",