cec: remove legacy hal

This reverts commit c0a8378d8b and more.
This commit is contained in:
Konsta
2025-02-05 20:01:23 +02:00
parent 0151cc35c1
commit defbbe6ab4
12 changed files with 0 additions and 679 deletions

View File

@@ -1,17 +0,0 @@
// Copyright (C) 2019 The Android Open-Source Project
// Copyright (C) 2021-2022 KonstaKANG
//
// SPDX-License-Identifier: Apache-2.0
cc_library_shared {
name: "hdmi_cec.rpi",
relative_install_path: "hw",
proprietary: true,
srcs: ["hdmi_cec.c"],
cflags: ["-Werror"],
shared_libs: [
"liblog",
"libcutils",
"libhardware",
],
}