diff options
author | Ramakant Singh <ramakant@codeaurora.org> | 2021-11-10 09:33:50 +0530 |
---|---|---|
committer | Lalit Kansara <lkansara@codeaurora.org> | 2021-11-18 16:57:45 +0530 |
commit | c2fb953c211e74c663d8af8c01c58e3e7b3c6871 (patch) | |
tree | fb715ab0aa3549305b4edeb7d3d43d1953cee1bc | |
parent | 3d288c83ccd99a878ab9f09ec7b94c7965a773b1 (diff) |
sf: Revert "Revert "vendor-freeze: Update build file of dependent module""
This reverts commit 9a852b1153dfbe54eadff9af4fa92be642680add.
CRs-Fixed: 2972776
Change-Id: I94488adca9d45d4e86c2bbccc27a0b2062dd5b94
-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 f36fe43c36..12484a16b8 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"] } } } |