mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Update the Android.bp generated with hidl-gen. Test: build with and without BOARD_VNDK_VERSION=current Bug: 63866913 Change-Id: I1a9db1df49e0f13c5790da2b118ae9ec63ba34a7
76 lines
2.5 KiB
Plaintext
76 lines
2.5 KiB
Plaintext
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
filegroup {
|
|
name: "android.hardware.tv.input@1.0_hal",
|
|
srcs: [
|
|
"types.hal",
|
|
"ITvInput.hal",
|
|
"ITvInputCallback.hal",
|
|
],
|
|
}
|
|
|
|
genrule {
|
|
name: "android.hardware.tv.input@1.0_genc++",
|
|
tools: ["hidl-gen"],
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tv.input@1.0",
|
|
srcs: [
|
|
":android.hardware.tv.input@1.0_hal",
|
|
],
|
|
out: [
|
|
"android/hardware/tv/input/1.0/types.cpp",
|
|
"android/hardware/tv/input/1.0/TvInputAll.cpp",
|
|
"android/hardware/tv/input/1.0/TvInputCallbackAll.cpp",
|
|
],
|
|
}
|
|
|
|
genrule {
|
|
name: "android.hardware.tv.input@1.0_genc++_headers",
|
|
tools: ["hidl-gen"],
|
|
cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tv.input@1.0",
|
|
srcs: [
|
|
":android.hardware.tv.input@1.0_hal",
|
|
],
|
|
out: [
|
|
"android/hardware/tv/input/1.0/types.h",
|
|
"android/hardware/tv/input/1.0/hwtypes.h",
|
|
"android/hardware/tv/input/1.0/ITvInput.h",
|
|
"android/hardware/tv/input/1.0/IHwTvInput.h",
|
|
"android/hardware/tv/input/1.0/BnHwTvInput.h",
|
|
"android/hardware/tv/input/1.0/BpHwTvInput.h",
|
|
"android/hardware/tv/input/1.0/BsTvInput.h",
|
|
"android/hardware/tv/input/1.0/ITvInputCallback.h",
|
|
"android/hardware/tv/input/1.0/IHwTvInputCallback.h",
|
|
"android/hardware/tv/input/1.0/BnHwTvInputCallback.h",
|
|
"android/hardware/tv/input/1.0/BpHwTvInputCallback.h",
|
|
"android/hardware/tv/input/1.0/BsTvInputCallback.h",
|
|
],
|
|
}
|
|
|
|
cc_library {
|
|
name: "android.hardware.tv.input@1.0",
|
|
defaults: ["hidl-module-defaults"],
|
|
generated_sources: ["android.hardware.tv.input@1.0_genc++"],
|
|
generated_headers: ["android.hardware.tv.input@1.0_genc++_headers"],
|
|
export_generated_headers: ["android.hardware.tv.input@1.0_genc++_headers"],
|
|
vendor_available: true,
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libhwbinder",
|
|
"liblog",
|
|
"libutils",
|
|
"libcutils",
|
|
"android.hardware.audio.common@2.0",
|
|
],
|
|
export_shared_lib_headers: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libhwbinder",
|
|
"libutils",
|
|
"android.hardware.audio.common@2.0",
|
|
],
|
|
}
|