You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
686 B
46 lines
686 B
cc_prebuilt_binary {
|
|
name: "soclogd",
|
|
vendor:true,
|
|
init_rc: ["soclogd.rc"],
|
|
srcs: [
|
|
"bin/soclogd",
|
|
],
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libuapi_securec",
|
|
"libuapi_common",
|
|
"libcutils",
|
|
],
|
|
}
|
|
|
|
cc_prebuilt_binary {
|
|
name: "soclogtool",
|
|
vendor:true,
|
|
srcs: [
|
|
"bin/soclogtool",
|
|
],
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libuapi_securec",
|
|
"libuapi_common",
|
|
],
|
|
}
|
|
|
|
cc_prebuilt_binary {
|
|
name: "soclog2syslog",
|
|
vendor:true,
|
|
srcs: [
|
|
"bin/soclog2syslog",
|
|
],
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libuapi_securec",
|
|
"libuapi_common",
|
|
"libcutils",
|
|
],
|
|
}
|
|
|