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.
45 lines
835 B
45 lines
835 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",
|
|
// ],
|
|
// }
|
|
|
|
cc_smart_ir_prebuilt_library_shared {
|
|
name: "libsmartIr",
|
|
vendor: true,
|
|
|
|
shared_libs: [
|
|
"libc",
|
|
"libcutils",
|
|
"libdl",
|
|
"liblog",
|
|
"libm",
|
|
"librkaiq",
|
|
"libutils",
|
|
],
|
|
}
|