b3a4d3832e
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I075670b64eebbbbd6a6ae0e84ad51bf1c6f5ba36
34 lines
772 B
Text
34 lines
772 B
Text
cc_library_shared {
|
|
name: "android.hardware.vr@1.0-impl",
|
|
defaults: ["hidl_defaults"],
|
|
proprietary: true,
|
|
relative_install_path: "hw",
|
|
srcs: ["Vr.cpp"],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libhardware",
|
|
"libbase",
|
|
"libcutils",
|
|
"libutils",
|
|
"libhidlbase",
|
|
"android.hardware.vr@1.0",
|
|
],
|
|
}
|
|
|
|
cc_binary {
|
|
relative_install_path: "hw",
|
|
defaults: ["hidl_defaults"],
|
|
proprietary: true,
|
|
name: "android.hardware.vr@1.0-service",
|
|
init_rc: ["android.hardware.vr@1.0-service.rc"],
|
|
srcs: ["service.cpp"],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libdl",
|
|
"libutils",
|
|
"libhardware",
|
|
"libhidlbase",
|
|
"android.hardware.vr@1.0",
|
|
],
|
|
}
|