commit | abc89252bdfff4f71d8ee1881b15d722dff23abf | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Tue Jul 26 23:57:59 2022 +0200 |
committer | Jeff Vander Stoep <jeffv@google.com> | Wed Jul 27 00:15:25 2022 +0200 |
tree | 4de0ff917023cecdc93560e179c795a5c20ab4b0 | |
parent | b05832f4081b065d0cd38e5153662407e5b60513 [diff] [blame] |
Temporarily use libclap_deprecated Temporarily use clap 2.x during the migration process to 3.x. Bug: 229854484 Test: atest Change-Id: Ic1991b5b923bf38f8f70e7da07d6d91bc07e1d3c
diff --git a/zipfuse/Android.bp b/zipfuse/Android.bp index e10fc31..d07a8e1 100644 --- a/zipfuse/Android.bp +++ b/zipfuse/Android.bp
@@ -10,7 +10,7 @@ prefer_rlib: true, rustlibs: [ "libanyhow", - "libclap", + "libclap_deprecated", "libfuse_rust", "liblibc", "libzip",