summaryrefslogtreecommitdiff
path: root/gralloc960
diff options
context:
space:
mode:
authorRoman Stratiienko <r.stratiienko@gmail.com>2021-11-03 12:31:36 +0200
committerRoman Stratiienko <r.stratiienko@gmail.com>2021-12-20 16:33:48 +0000
commit8cedfc75508bc07ecc35c9aa1fd7c285f4ddb79d (patch)
tree7a9e11ed7db37be7a8fb924892e03885980c7f96 /gralloc960
parent03c11dfce22a389404b492ed9475adc3441774dc (diff)
downloadhikey-8cedfc75508bc07ecc35c9aa1fd7c285f4ddb79d.tar.gz
hikey: 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: Ic323433e3aac3980fc71fd2aee17335eb6746b37
Diffstat (limited to 'gralloc960')
-rw-r--r--gralloc960/Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gralloc960/Android.bp b/gralloc960/Android.bp
index b8e39c51..6939a52f 100644
--- a/gralloc960/Android.bp
+++ b/gralloc960/Android.bp
@@ -11,6 +11,8 @@ package {
cc_library_shared {
name: "hwcomposer.drm_hikey960",
defaults: ["hwcomposer.drm_defaults"],
- srcs: [":drm_hwcomposer_platformhisi"],
- whole_static_libs: ["drm_hwcomposer"],
+ srcs: [
+ ":drm_hwcomposer_common",
+ ":drm_hwcomposer_platformhisi",
+ ],
}