mirror of
https://github.com/Evolution-X-Devices/hardware_samsung_slsi-linaro_graphics
synced 2026-01-27 10:20:30 +00:00
libhwc2.1: fix compilation for exynos2100
Change-Id: Ifa67b6c2b280292110b47ff22011c67c0de6fe59
This commit is contained in:
committed by
techyguyperplexable
parent
c519d448ba
commit
2c53c8073e
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user