From d764715871a727218f0361dd75458302af3ae49b Mon Sep 17 00:00:00 2001 From: Bill Yang Date: Tue, 22 Oct 2024 10:48:40 +0000 Subject: [PATCH] Set BOARD_LIBACRYL_G2D_HDR_PLUGIN for soong Set the full module path of libacryl_hdr_plugin and the include dir for lobacryl conversion to soong. It will take effect after aosp/3286932 and aosp/3287183 merged. Bug: 370414334 Test: lunch aosp_panther-trunk_staging-userdebug ; m libacryl_hdr_plugin libacryl Change-Id: I77d3e23d2c8fd956d7207e2aa486577646a18763 --- BoardConfig-common.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 755f9668..46967791 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -267,6 +267,8 @@ BOARD_USES_EXYNOS_AFBC_FEATURE := true BOARD_LIBACRYL_DEFAULT_COMPOSITOR := fimg2d_gs201 BOARD_LIBACRYL_G2D_HDR_PLUGIN := libacryl_hdr_plugin +$(call soong_config_set,acryl,libacryl_g2d_hdr_plugin,//hardware/google/graphics/gs201/libacryl_plugins:libacryl_hdr_plugin) +$(call soong_config_set,acryl,libacryl_c_include,hardware/google/graphics/$(TARGET_BOARD_PLATFORM)/libcap) # HWCServices BOARD_USES_HWC_SERVICES := true