diff options
author | Ramakant Singh <ramakant@codeaurora.org> | 2021-11-10 09:33:50 +0530 |
---|---|---|
committer | Gurkaran Singh <quic_gurksing@quicinc.com> | 2021-12-01 10:15:14 -0800 |
commit | b8638bbbf8e5eb6b65977df89323549e6a338528 (patch) | |
tree | 771d029b7f9b5b6c4e58c73c583601d2ca739288 | |
parent | e9c2e08975fd2a67841607424742137f27b7caba (diff) |
sf: Revert "Revert "vendor-freeze: Update build file of dependent module""
This reverts commit 9a852b1153dfbe54eadff9af4fa92be642680add.
CRs-Fixed: 2972776
Change-Id: I07e56b3b646e54d3237adb596501d482ce334b8b
-rw-r--r-- | services/surfaceflinger/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/Android.bp b/services/surfaceflinger/Android.bp index 0a0c477562..13eeb852c7 100644 --- a/services/surfaceflinger/Android.bp +++ b/services/surfaceflinger/Android.bp @@ -29,7 +29,7 @@ soong_config_module_type { "-Wno-unused-parameter", "-DQTI_DISPLAY_CONFIG_ENABLED" ], - shared_libs : ["libdisplayconfig.qti"] + shared_libs : ["libdisplayconfig.system.qti"] } } } |