From 022224fbf883bb1600a69e4537b9a80eed35fbb8 Mon Sep 17 00:00:00 2001 From: Vincent Becker Date: Fri, 10 Aug 2012 14:40:49 +0200 Subject: Vibra: Adapt AOSP (default) vibrator HAL into a hardware module. Android's implementation of vibrator needs to be done inside a hardware module, so that it can make a vendor implementation possible. Hw module's name becomes vibrator.default.so. This change is related to other changes in: - frameworks/base - hardware/libhardware_legacy - device/generic/goldfish - platform/build Change-Id: I844279f5535289f079d412fdc44c5cb3c9c1130c Author: Vincent Becker Signed-off-by: Vincent Becker Signed-off-by: Shuo Gao Signed-off-by: Bruce Beare Signed-off-by: Jack Ren Signed-off-by: David Wagner Author-tracking-BZ: 49760 94611 --- modules/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/Android.mk') diff --git a/modules/Android.mk b/modules/Android.mk index b2d5a2a..de41f6f 100644 --- a/modules/Android.mk +++ b/modules/Android.mk @@ -1,3 +1,3 @@ hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time \ - power usbaudio audio_remote_submix camera consumerir + power usbaudio audio_remote_submix camera consumerir vibrator include $(call all-named-subdir-makefiles,$(hardware_modules)) -- cgit v1.1