From a399e587dba43279cfce00e00e0086c6e334366c Mon Sep 17 00:00:00 2001 From: Vasishath Kaushal Date: Thu, 21 Jun 2018 00:12:40 +0530 Subject: [PATCH] whyred: Add hwcomposer HIDL --- treble.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/treble.mk b/treble.mk index 3acdaec..8d99d12 100644 --- a/treble.mk +++ b/treble.mk @@ -32,4 +32,6 @@ PRODUCT_PACKAGES += \ #Graphics PRODUCT_PACKAGES += \ android.hardware.graphics.allocator@2.0-service \ - android.hardware.graphics.allocator@2.0-impl + android.hardware.graphics.allocator@2.0-impl \ + android.hardware.graphics.composer@2.1-service \ + android.hardware.graphics.composer@2.1-impl