From 630a0a55fbb8d3b3a7e7154fd865346987a7b318 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 21 Apr 2014 17:53:25 +0200 Subject: Vibrator implementation using rumble input Signed-off-by: Paul Kocialkowski --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index e3a564a..d4f6f73 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -65,6 +65,9 @@ USE_CAMERA_STUB := true BOARD_HAS_NO_SELECT_BUTTON := true +# Vibrator +BOARD_HAS_VIBRATOR_IMPLEMENTATION := ../../device/goldelico/gta04/vibrator/vibrator.c + # Boot animation TARGET_BOOTANIMATION_PRELOAD := true TARGET_BOOTANIMATION_TEXTURE_CACHE := true -- cgit v1.1