libhwc2.1: fix compilation for exynos2100

Change-Id: Ifa67b6c2b280292110b47ff22011c67c0de6fe59
This commit is contained in:
Jan Altensen
2025-02-18 02:14:08 +01:00
committed by techyguyperplexable
parent c519d448ba
commit 2c53c8073e

View File

@@ -183,7 +183,17 @@ cc_library_shared {
"libdrmresource",
"libdrm",
"libprocessgroup",
],
] + select(soong_config_variable("exynos_hwc", "target_soc_base"), {
"exynos2100": [
"libhidlbase",
"android.hardware.power@1.0",
],
"exynos9830": [
"libhidlbase",
"android.hardware.power@1.0",
],
default: [],
}),
srcs: [
"device/ExynosDevice.cpp",