drm_hwcomposer: Clean up Android.bp
A few cleanups to better separate hwc2 and hwc3 configuration from each
other. While there is some duplication between the two, hwc2 is not
expected to be long-lived and will be dropped sooner rather than later.
- Create a new filegroup with hwc2-specific source files and move
hwc2-specific files out of drm_hwcomposer_common and into this new
filegroup
- Move hwc3/service.cpp into the drm_hwcomposer_hwc3 filegroup and
remove the drm_hwcomposer_service filegroup
- Create a new hwcomposer.hwc3_defaults that includes necessary
configuration from hwcomposer.drm_defaults
- Only use hwcomposer.drm_defaults for hwc2 sharedlib targets
Change-Id: I5a8ad8908f878dd54c5375a6077f585aea6259ec
Signed-off-by: Drew Davenport <ddavenport@google.com>
Loading
Please register or sign in to comment