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.
|
cc_prebuilt_library_shared {
|
|
name: "libuapi_rc",
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libuapi_securec",
|
|
],
|
|
|
|
target: {
|
|
android_arm: {
|
|
srcs: [
|
|
"vendor/lib/libuapi_rc.so",
|
|
],
|
|
},
|
|
android_arm64: {
|
|
srcs: [
|
|
"vendor/lib64/libuapi_rc.so",
|
|
],
|
|
},
|
|
},
|
|
vendor: true,
|
|
compile_multilib: "both",
|
|
clang: true,
|
|
}
|