mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Bug: 34893894 Test: mmma hardware/interfaces Change-Id: Ic72716577a5f93700c5056986aff55a76b170b5d
54 lines
1.5 KiB
Plaintext
54 lines
1.5 KiB
Plaintext
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
filegroup {
|
|
name: "android.hardware.camera.common@1.0_hal",
|
|
srcs: [
|
|
"types.hal",
|
|
],
|
|
}
|
|
|
|
genrule {
|
|
name: "android.hardware.camera.common@1.0_genc++",
|
|
tools: ["hidl-gen"],
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.camera.common@1.0",
|
|
srcs: [
|
|
"types.hal",
|
|
],
|
|
out: [
|
|
"android/hardware/camera/common/1.0/types.cpp",
|
|
],
|
|
}
|
|
|
|
genrule {
|
|
name: "android.hardware.camera.common@1.0_genc++_headers",
|
|
tools: ["hidl-gen"],
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.camera.common@1.0",
|
|
srcs: [
|
|
"types.hal",
|
|
],
|
|
out: [
|
|
"android/hardware/camera/common/1.0/types.h",
|
|
],
|
|
}
|
|
|
|
cc_library_shared {
|
|
name: "android.hardware.camera.common@1.0",
|
|
generated_sources: ["android.hardware.camera.common@1.0_genc++"],
|
|
generated_headers: ["android.hardware.camera.common@1.0_genc++_headers"],
|
|
export_generated_headers: ["android.hardware.camera.common@1.0_genc++_headers"],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libhwbinder",
|
|
"liblog",
|
|
"libutils",
|
|
"libcutils",
|
|
],
|
|
export_shared_lib_headers: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libhwbinder",
|
|
"libutils",
|
|
],
|
|
}
|