1
0
Fork 0

drm_hwcomposer: Add libbase to drm_defaults

Fixes a link error in hwcomposer.filegroups_build_test

Change-Id: Ie6cf781a71f5d01c17a7559dfe3cb8307685020c
Signed-off-by: Drew Davenport <ddavenport@google.com>
This commit is contained in:
Drew Davenport 2025-04-02 08:41:32 -06:00
parent b895e8b724
commit 7eba8bbac5

View file

@ -25,6 +25,7 @@ cc_defaults {
name: "hwcomposer.drm_defaults",
shared_libs: [
"libbase",
"libcutils",
"libdrm",
"libhardware",