Merge "Build VR HIDL service."

This commit is contained in:
TreeHugger Robot 2017-02-01 04:02:45 +00:00 committed by Android (Google) Code Review
commit 4d1629a2fc

View file

@ -15,3 +15,20 @@ cc_library_shared {
"android.hardware.vr@1.0",
],
}
cc_binary {
relative_install_path: "hw",
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",
"libhidltransport",
"libhwbinder",
"android.hardware.vr@1.0",
],
}