From f0867471061aea75d24dee61d400d713892357ed Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 16 Feb 2017 15:59:52 -0800 Subject: [PATCH] embedded.mk: allocator service We are splitting android.hidl.memory into android.hidl.allocator and android.hidl.memory to reflect the fact that we have two separate interfaces which are served over different transports. Bug: 35327976 Test: hidl_test, device boots with allocator Merged-In: I36b1554d20f89ecd60a836c04f788ac83e0a1f5c Change-Id: I36b1554d20f89ecd60a836c04f788ac83e0a1f5c --- target/product/embedded.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index c94abc321..71e9c3346 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -20,7 +20,7 @@ PRODUCT_PACKAGES += \ adb \ adbd \ - android.hidl.memory@1.0-service \ + android.hidl.allocator@1.0-service \ android.hidl.memory@1.0-impl \ atrace \ bootanimation \