From 9e4f342440402cbe5993dbe1ee533daa9519c145 Mon Sep 17 00:00:00 2001 From: Ankit Goyal Date: Wed, 16 Feb 2022 22:32:09 -0800 Subject: [PATCH] Include allocator AIDL service in the build Bug: 220910504 Test: Boots to home Test: VtsHalGraphicsAllocatorAidl_TargetTest Change-Id: Ie169b059d401ce58b217765dbac76b4de9eb2c96 --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 5bdd98e0..e7488a9f 100644 --- a/device.mk +++ b/device.mk @@ -449,7 +449,8 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.graphics.mapper@4.0-impl \ android.hardware.graphics.allocator@4.0-service \ - android.hardware.graphics.allocator@4.0-impl + android.hardware.graphics.allocator@4.0-impl \ + android.hardware.graphics.allocator-V1-service # AIDL memtrack PRODUCT_PACKAGES += \