From 94946d0eb8e5f8f723a41c305bce575e6b4edf47 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Sun, 8 Jan 2017 10:00:20 -0800 Subject: [PATCH] embedded.mk: add android.hidl.memory@1.0-impl Bug: 34134179 Test: both 32 and 64 bit versions of this file are on the device after a clean build. Change-Id: I75ab12246c2c44e39b5e863dfec98dc72a36fbbe --- target/product/embedded.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 2bec29079d..20cf77a485 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -21,6 +21,7 @@ PRODUCT_PACKAGES += \ adb \ adbd \ android.hidl.memory@1.0-service \ + android.hidl.memory@1.0-impl \ atrace \ bootanimation \ bootstat \