Include allocator AIDL service in the build

Bug: 220910504
Test: Boots to home
Test: VtsHalGraphicsAllocatorAidl_TargetTest
Change-Id: I8a36ecb0525d52022e1c21363a998cb0321bde7b
This commit is contained in:
Ankit Goyal 2022-02-16 22:28:46 -08:00
parent 4f3baf3b80
commit 9a57dded37

View file

@ -484,7 +484,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.graphics.mapper@4.0-impl \ android.hardware.graphics.mapper@4.0-impl \
android.hardware.graphics.allocator@4.0-service \ 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 += \ PRODUCT_PACKAGES += \
android.hardware.memtrack-service.pixel \ android.hardware.memtrack-service.pixel \