From a20ebf7ef3b5df207d279bbff4b9c9e8bad40b50 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 11 Nov 2017 22:59:27 +0000 Subject: [PATCH] msm8974-common: Build graphics allocator service Change-Id: Id3964c10aa474d94c85da7e1a65e65e7f8f6bc76 --- msm8974.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/msm8974.mk b/msm8974.mk index 3d348e2..6111ef4 100644 --- a/msm8974.mk +++ b/msm8974.mk @@ -75,6 +75,7 @@ PRODUCT_PACKAGES += \ # Display PRODUCT_PACKAGES += \ android.hardware.graphics.allocator@2.0-impl \ + android.hardware.graphics.allocator@2.0-service \ android.hardware.graphics.composer@2.1-impl \ android.hardware.graphics.mapper@2.0-impl \ android.hardware.memtrack@1.0-impl \