From ad1a1ac03fd83b6b812092e627e03f9976473979 Mon Sep 17 00:00:00 2001 From: Lingfeng Yang Date: Thu, 16 Mar 2017 12:26:56 -0700 Subject: [PATCH] Add hwcomposer to emulator image build Change-Id: Ifa366f54ab5a380f71171b953168c597b2c5603f --- target/product/emulator.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/product/emulator.mk b/target/product/emulator.mk index b6e83ecb9..62266775e 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -53,7 +53,9 @@ PRODUCT_PACKAGES += \ power.goldfish \ fingerprint.ranchu \ android.hardware.biometrics.fingerprint@2.1-service \ - sensors.ranchu + sensors.ranchu \ + hwcomposer.goldfish \ + hwcomposer.ranchu \ PRODUCT_PACKAGES += \ android.hardware.audio@2.0-impl \