drm_hwcomposer: Move atom reporter dependency
Some downstream projects use hwcomposer.drm_defaults and define their own .so with downstream logic. Move the drm_hwcomposer_atom_reporter dependency into hwcomposer.drm_defaults to avoid link errors when building such an .so Change-Id: Ie3ad0d2c923fba1f2f47b4c7b5cdef3e66436c26
This commit is contained in:
parent
b6f7bd4fec
commit
5623570a56
1 changed files with 2 additions and 2 deletions
|
|
@ -25,6 +25,8 @@ cc_defaults {
|
|||
name: "hwcomposer.drm_defaults",
|
||||
|
||||
shared_libs: [
|
||||
"drm_hwcomposer_atom_reporter",
|
||||
|
||||
"libbase",
|
||||
"libcutils",
|
||||
"libdrm",
|
||||
|
|
@ -159,8 +161,6 @@ cc_defaults {
|
|||
],
|
||||
|
||||
shared_libs: [
|
||||
"drm_hwcomposer_atom_reporter",
|
||||
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"liblog",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue