hdmi: cec: move to subdir

This commit is contained in:
Konsta
2025-03-21 23:03:22 +02:00
parent 6fbb90fa33
commit 50cc6c9ca9
8 changed files with 0 additions and 0 deletions

25
hdmi/cec/Android.bp Normal file
View File

@@ -0,0 +1,25 @@
// Copyright (C) 2021 The Android Open Source Project
// Copyright (C) 2025 KonstaKANG
//
// SPDX-License-Identifier: Apache-2.0
cc_binary {
name: "android.hardware.tv.hdmi.cec-service.rpi",
relative_install_path: "hw",
init_rc: ["android.hardware.tv.hdmi.cec-service.rpi.rc"],
vintf_fragments: ["android.hardware.tv.hdmi.cec-service.rpi.xml"],
vendor: true,
srcs: [
"HdmiCec.cpp",
"HdmiCecPort.cpp",
"main.cpp",
],
shared_libs: [
"android.hardware.tv.hdmi.cec-V1-ndk",
"libbase",
"libbinder_ndk",
"libcutils",
"libhardware",
"liblog",
],
}