summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Stratiienko <r.stratiienko@gmail.com>2021-11-03 13:12:00 +0200
committerRoman Stratiienko <r.stratiienko@gmail.com>2021-12-20 16:35:01 +0000
commitc4429629883b4903c0e91dd67dc32df5c81cb179 (patch)
treecc2057b6ee69ef2ecdff3f5737295180980d1f64
parent82296e8fcb6ebda74d67a5668c93f81734fcacc6 (diff)
downloadbeagle-x15-c4429629883b4903c0e91dd67dc32df5c81cb179.tar.gz
beagle: Use filegroup for drm_hwcomposer common files
In drm_hwcomposer the static library was replaced with filegroup to allow project-wide configuration using preprocessor definitions. Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com> Change-Id: Ida11d45cb7864b42842b6ae5426da571968a80da
-rw-r--r--gralloc/Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gralloc/Android.bp b/gralloc/Android.bp
index 64cecff..cf24ace 100644
--- a/gralloc/Android.bp
+++ b/gralloc/Android.bp
@@ -12,8 +12,10 @@ package {
cc_library_shared {
name: "hwcomposer.drm_imagination",
defaults: ["hwcomposer.drm_defaults"],
- srcs: [":drm_hwcomposer_platformimagination"],
- whole_static_libs: ["drm_hwcomposer"],
+ srcs: [
+ ":drm_hwcomposer_common",
+ ":drm_hwcomposer_platformimagination",
+ ],
shared_libs: ["libion"],
include_dirs: [
"hardware/ti/am57x/libhwcomposer",