blob: 1d889c698569a00e2a8da0f51d1ab5c4e5511c5e [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: [
Jiyong Parkd44e0172021-07-27 12:18:16 +090015 "compos_aidl_interface-ndk",
Alan Stokes07112f82021-06-23 11:52:00 +010016 "libbase",
Alan Stokesb15c93f2021-07-15 16:21:50 +010017 "libbinder_rpc_unstable",
Alan Stokes07112f82021-06-23 11:52:00 +010018 "libbinder_ndk",
19 "libcrypto",
Alan Stokesc3bab542021-07-06 15:48:33 +010020 "libfsverity",
21 "libprotobuf-cpp-lite",
Alan Stokes07112f82021-06-23 11:52:00 +010022 ],
23}