summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2013-12-30 15:27:46 +0100
committerDavid Wagner <david.wagner@intel.com>2013-12-31 10:25:11 +0100
commit9609364fc42cc67cbbda59c13160d3d7ae070081 (patch)
tree83b35a6d1f78dd3600c50351d5e6e758cde2c30a
parent176edb22f409a6eb8a9d844f168b8e8eb9a51ecd (diff)
downloadmini-emulator-armv7-a-neon-9609364fc42cc67cbbda59c13160d3d7ae070081.tar.gz
Vibra: Compile and stage vibrator.goldfish
Following the new vibrator hardware module implementation, the goldfish vibrator module is no longer integrated in emulator products and therefore needs to be explicitly built for the 'mini-emulator' targets. This patch is related to others in: - hardware/libhardware - hardware/libhardware_legacy - frameworks/base - device/generic/goldfish - platform/build Change-Id: I844279f5535289f079d412fdc44c5cb3c9c1130c Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Jack Ren <jack.ren@intel.com> Signed-off-by: David Wagner <david.wagner@intel.com> Author-tracking-BZ: 94611
-rw-r--r--mini_emulator_common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mini_emulator_common.mk b/mini_emulator_common.mk
index 9a41ba3..9ed3d06 100644
--- a/mini_emulator_common.mk
+++ b/mini_emulator_common.mk
@@ -22,6 +22,7 @@ PRODUCT_PACKAGES += \
lights.goldfish \
power.goldfish \
sensors.goldfish \
+ vibrator.goldfish \
qemu-props \
qemud \
libGLESv1_CM_emulation \