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.

73 lines
1.6 KiB

cc_library_shared {
name: "vendor.huanglong.hardware.hwtvmw@1.0-impl",
vendor: true,
compile_multilib: "32",
relative_install_path: "hw",
srcs: [
"Hwtvmw.cpp",
],
include_dirs: [
"system/core/liblog",
"system/libhwbinder/include",
"system/core/include/utils",
//"vendor/platform/secure_c/include",
],
shared_libs: [
"liblog",
"libutils",
"libcutils",
"libbinder",
"libhardware",
"libhidlbase",
"libhwbinder",
"libhidlmemory",
"libhidltransport",
"android.hidl.memory@1.0",
"android.hidl.allocator@1.0",
"vendor.huanglong.hardware.hwtvmw@1.0",
"libimtvservice",
],
cflags: [
"-fno-common",
"-Wformat",
"-Wlong-long",
"-Wpointer-arith",
"-Wno-missing-field-initializers",
"-Wno-inconsistent-missing-override",
"-DANDROID",
],
clang: true,
}
cc_binary {
name: "vendor.huanglong.hardware.hwtvmw@1.0-service",
proprietary: true,
compile_multilib: "32",
relative_install_path: "hw",
init_rc: ["vendor.huanglong.hardware.hwtvmw@1.0-service.rc"],
srcs: [
"service.cpp",
],
shared_libs: [
"liblog",
"libutils",
"libbinder",
"libhardware",
"libhidlbase",
"libhwbinder",
"libhidlmemory",
"libhidltransport",
"android.hidl.memory@1.0",
"android.hidl.allocator@1.0",
"vendor.huanglong.hardware.hwtvmw@1.0",
],
cflags: [
],
clang: true,
}