libhwc2.1: fix compilation for exynos2100
Change-Id: Ifa67b6c2b280292110b47ff22011c67c0de6fe59
This commit is contained in:
committed by
techyguyperplexable
parent
c519d448ba
commit
cb47242a65
@@ -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