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.
36 lines
828 B
36 lines
828 B
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", |
|
"libhidltransport", |
|
"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", |
|
"libhidltransport", |
|
"android.hardware.vr@1.0", |
|
], |
|
}
|
|
|