From cd14c0ca89ad930a8d01be682e3535de3759865d Mon Sep 17 00:00:00 2001 From: David Wagner Date: Mon, 30 Dec 2013 15:17:15 +0100 Subject: Vibra: compile and stage vibrator.default to all 'mini' targets Following the new vibrator module design, the legacy vibrator is absent from 'mini' targets. This patch stages the default implementation of the new vibrator module to these targets. This change is related to other changes in: - hardware/libhardware - hardware/libhardware_legacy - frameworks/base - device/generic/goldfish - platform/build Change-Id: I844279f5535289f079d412fdc44c5cb3c9c1130c Signed-off-by: Bruce Beare Signed-off-by: Jack Ren Signed-off-by: David Wagner Author-tracking-BZ: 94611 --- mini_common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mini_common.mk b/mini_common.mk index 297981c..5f7d033 100644 --- a/mini_common.mk +++ b/mini_common.mk @@ -79,6 +79,7 @@ PRODUCT_PACKAGES += \ pand \ power.default \ sdptool \ + vibrator.default \ wpa_supplicant.conf # This is not necessary for mini, but is for mini-emulator as it should -- cgit v1.2.3