From d8bd83a6d28c7466ab628b5522778d68c868be07 Mon Sep 17 00:00:00 2001 From: Vasishath Kaushal Date: Thu, 21 Jun 2018 00:12:06 +0530 Subject: [PATCH] whyred: Add gralloc HIDL --- treble.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/treble.mk b/treble.mk index a8adb8f..3acdaec 100644 --- a/treble.mk +++ b/treble.mk @@ -28,3 +28,8 @@ PRODUCT_PACKAGES += \ camera.device@3.3-impl \ vendor.qti.hardware.camera.device@1.0 \ vendor.qti.hardware.camera.device@1.0_vendor + +#Graphics +PRODUCT_PACKAGES += \ + android.hardware.graphics.allocator@2.0-service \ + android.hardware.graphics.allocator@2.0-impl