From d8dcc5399c8362bdee0b88068dbf663c2608567c Mon Sep 17 00:00:00 2001 From: Vasishath Kaushal Date: Thu, 21 Jun 2018 00:14:36 +0530 Subject: [PATCH] whyred: Add graphics renderscript HAL --- treble.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/treble.mk b/treble.mk index 04e7a19..66e831b 100644 --- a/treble.mk +++ b/treble.mk @@ -37,4 +37,5 @@ PRODUCT_PACKAGES += \ android.hardware.graphics.composer@2.1-impl \ android.hardware.memtrack@1.0-service \ android.hardware.memtrack@1.0-impl \ - android.hardware.graphics.mapper@2.0-impl + android.hardware.graphics.mapper@2.0-impl \ + android.hardware.renderscript@1.0-impl