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