From 41b27fe6f911fb7c155b94161807779c680a8a44 Mon Sep 17 00:00:00 2001 From: Bill Yang Date: Tue, 22 Oct 2024 11:05:12 +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_caiman-trunk_staging-userdebug ; m libacryl_hdr_plugin libacryl Change-Id: I21a9cee4a36e1951979481c50bce871a6853504c --- BoardConfig-common.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 099c238..921b28b 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -280,6 +280,8 @@ BOARD_USES_EXYNOS_AFBC_FEATURE := true BOARD_LIBACRYL_DEFAULT_COMPOSITOR := fimg2d_zuma BOARD_LIBACRYL_G2D_HDR_PLUGIN := libacryl_hdr_plugin +$(call soong_config_set,acryl,libacryl_g2d_hdr_plugin,//hardware/google/graphics/zuma/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