From 9a57dded3728f06a99c964be11b2667ea99454d7 Mon Sep 17 00:00:00 2001 From: Ankit Goyal Date: Wed, 16 Feb 2022 22:28:46 -0800 Subject: [PATCH] Include allocator AIDL service in the build Bug: 220910504 Test: Boots to home Test: VtsHalGraphicsAllocatorAidl_TargetTest Change-Id: I8a36ecb0525d52022e1c21363a998cb0321bde7b --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index d5b7065c..f4405be1 100644 --- a/device.mk +++ b/device.mk @@ -484,7 +484,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 PRODUCT_PACKAGES += \ android.hardware.memtrack-service.pixel \