mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
18 lines
376 B
Plaintext
18 lines
376 B
Plaintext
cc_library_shared {
|
|
name: "android.hardware.vr@1.0-impl",
|
|
relative_install_path: "hw",
|
|
srcs: ["Vr.cpp"],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libhardware",
|
|
"libhwbinder",
|
|
"libbase",
|
|
"libcutils",
|
|
"libutils",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"android.hardware.vr@1.0",
|
|
],
|
|
}
|