blob: ddc1bfb76d716cfe6c2f788aa29a0db344f6da2c [file] [log] [blame]
cc_library_shared {
name: "[email protected]",
defaults: ["hidl_defaults"],
proprietary: true,
relative_install_path: "hw",
srcs: ["Vr.cpp"],
shared_libs: [
"liblog",
"libcutils",
"libhardware",
"libbase",
"libcutils",
"libutils",
"libhidlbase",
"libhidltransport",
"[email protected]",
],
}
cc_binary {
relative_install_path: "hw",
defaults: ["hidl_defaults"],
proprietary: true,
name: "[email protected]",
init_rc: ["[email protected]"],
srcs: ["service.cpp"],
shared_libs: [
"liblog",
"libdl",
"libutils",
"libhardware",
"libhidlbase",
"libhidltransport",
"[email protected]",
],
}