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.
26 lines
465 B
26 lines
465 B
cc_prebuilt_library {
|
|
name: "libifluid_process_utils",
|
|
arch: {
|
|
arm: {
|
|
srcs: ["lib/libifluid_process_utils.so"],
|
|
},
|
|
arm64: {
|
|
srcs: ["lib64/libifluid_process_utils.so"],
|
|
},
|
|
},
|
|
shared_libs: [
|
|
"liblog",
|
|
"libm",
|
|
"libc",
|
|
"libcutils",
|
|
"libutils",
|
|
"libbinder",
|
|
"libprocessgroup",
|
|
"libuapi_securec",
|
|
"libteec_system",
|
|
|
|
|
|
],
|
|
}
|
|
|