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.
30 lines
477 B
30 lines
477 B
cc_library_headers {
|
|
name: "libsmartIr_headers",
|
|
export_include_dirs: ["include"],
|
|
vendor_available: true,
|
|
}
|
|
|
|
cc_prebuilt_library_shared {
|
|
name: "libsmartIr",
|
|
vendor: true,
|
|
|
|
arch: {
|
|
arm: {
|
|
srcs: ["libs/android/arm/libsmartIr.so"],
|
|
},
|
|
arm64: {
|
|
srcs: ["libs/android/arm64/libsmartIr.so"],
|
|
},
|
|
},
|
|
|
|
shared_libs: [
|
|
"libc",
|
|
"libcutils",
|
|
"libdl",
|
|
"liblog",
|
|
"libm",
|
|
"librkaiq",
|
|
"libutils",
|
|
],
|
|
}
|