blob: cfb28086b9facb6e1b5cbdb3fc272262b0e30427 [file] [log] [blame]
Craig Donner8fd4c612016-10-14 17:53:46 -07001cc_library_shared {
2 name: "android.hardware.vr@1.0-impl",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Steven Morelanda0da1a12017-02-13 09:59:06 -08004 proprietary: true,
Craig Donner8fd4c612016-10-14 17:53:46 -07005 relative_install_path: "hw",
6 srcs: ["Vr.cpp"],
7 shared_libs: [
8 "liblog",
9 "libcutils",
10 "libhardware",
Craig Donner8fd4c612016-10-14 17:53:46 -070011 "libbase",
12 "libcutils",
13 "libutils",
Yifan Hong6b920e42016-11-16 14:17:58 -080014 "libhidlbase",
Craig Donner8fd4c612016-10-14 17:53:46 -070015 "android.hardware.vr@1.0",
16 ],
17}
Craig Donnerdf9c9fa2017-01-31 16:30:53 -080018
19cc_binary {
20 relative_install_path: "hw",
Steven Moreland48c52242017-03-08 16:11:32 -080021 defaults: ["hidl_defaults"],
Steven Morelanda0da1a12017-02-13 09:59:06 -080022 proprietary: true,
Craig Donnerdf9c9fa2017-01-31 16:30:53 -080023 name: "android.hardware.vr@1.0-service",
24 init_rc: ["android.hardware.vr@1.0-service.rc"],
25 srcs: ["service.cpp"],
26 shared_libs: [
27 "liblog",
28 "libdl",
29 "libutils",
30 "libhardware",
31 "libhidlbase",
Craig Donnerdf9c9fa2017-01-31 16:30:53 -080032 "android.hardware.vr@1.0",
33 ],
34}