From 343c37a63ffcb41bd6c91014120dc6451581a05b Mon Sep 17 00:00:00 2001 From: Bill Yang Date: Thu, 21 Nov 2024 01:08:41 +0000 Subject: [PATCH] Add hardware/google/graphics/zumapro/libhwc2.1 to PRODUCT_SOONG_NAMESPACES For zumapro it shares the same libacryl_plugins in zuma but for libexynosdisplay it still has different version between zuma and zumapro. Add zumapro's own libexynosdisplay for zumapro. Bug: 357500180 Test: lunch aosp_caiman-trunk_staging-userdebug; \ m libexynosdisplay Flag: EXEMPT refactor Change-Id: Iaf07baa8bb93ee6cd3da01e4b50231b7f5023fe9 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index 85a6ff5..70b205b 100644 --- a/device.mk +++ b/device.mk @@ -75,6 +75,7 @@ PRODUCT_SOONG_NAMESPACES += \ hardware/google/gchips/gralloc4 \ hardware/google/graphics/common \ hardware/google/graphics/zuma \ + hardware/google/graphics/zumapro/libhwc2.1 \ hardware/google/interfaces \ hardware/google/pixel \ device/google/zumapro \