blob: e0584f4ee83290acaad8ba3827c6954182e9d5f7 [file] [log] [blame]
Alan Stokes07112f82021-06-23 11:52:00 +01001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5cc_binary {
6 name: "compos_key_cmd",
7 srcs: ["compos_key_cmd.cpp"],
Alan Stokesc3bab542021-07-06 15:48:33 +01008 apex_available: ["com.android.compos"],
9
10 static_libs: [
11 "lib_compos_proto",
12 ],
Alan Stokes07112f82021-06-23 11:52:00 +010013
14 shared_libs: [
Alan Stokes222edd02021-07-21 09:13:36 +010015 "android.system.virtualizationservice-ndk",
Jiyong Parkd44e0172021-07-27 12:18:16 +090016 "compos_aidl_interface-ndk",
Alan Stokes07112f82021-06-23 11:52:00 +010017 "libbase",
Alan Stokesb15c93f2021-07-15 16:21:50 +010018 "libbinder_rpc_unstable",
Alan Stokes07112f82021-06-23 11:52:00 +010019 "libbinder_ndk",
20 "libcrypto",
Alan Stokesc3bab542021-07-06 15:48:33 +010021 "libfsverity",
22 "libprotobuf-cpp-lite",
Alan Stokes07112f82021-06-23 11:52:00 +010023 ],
24}