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/compos/Android.bp b/compos/Android.bp
index 69b22d6..7ef9e75 100644
--- a/compos/Android.bp
+++ b/compos/Android.bp
@@ -14,7 +14,7 @@
         "libbinder_common",
         "libbinder_rpc_unstable_bindgen",
         "libbinder_rs",
-        "libclap",
+        "libclap_deprecated",
         "libcompos_common",
         "liblibc",
         "liblog_rust",