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.
41 lines
791 B
41 lines
791 B
cc_prebuilt_library {
|
|
name: "libuapi_otpdata",
|
|
vendor: true,
|
|
compile_multilib: "both",
|
|
clang: true,
|
|
|
|
shared_libs: [
|
|
"libuapi_securec",
|
|
"libuapi_common",
|
|
"libuapi_memory",
|
|
],
|
|
|
|
header_libs: [
|
|
"libuapi_otpdata_headers",
|
|
],
|
|
|
|
export_header_lib_headers: [
|
|
"libuapi_otpdata_headers",
|
|
],
|
|
|
|
arch: {
|
|
arm: {
|
|
shared: {
|
|
srcs: ["lib/libuapi_otpdata.so",],
|
|
},
|
|
static: {
|
|
srcs: ["lib/libuapi_otpdata.a",],
|
|
},
|
|
},
|
|
arm64: {
|
|
shared: {
|
|
srcs: ["lib64/libuapi_otpdata.so",],
|
|
},
|
|
static: {
|
|
srcs: ["lib64/libuapi_otpdata.a",],
|
|
},
|
|
},
|
|
},
|
|
}
|
|
|