summaryrefslogtreecommitdiffstats
path: root/modules/vibrator
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-24 21:00:32 -0800
committerColin Cross <ccross@android.com>2014-01-24 21:00:32 -0800
commit3557abaae2e43428da7559e0a12fb6bd325fab37 (patch)
tree404557080329eda8b328696e8c8159129453ce38 /modules/vibrator
parentfa3d243b4690f2cc21d259e52178abf969cafc09 (diff)
downloadhardware_libhardware-3557abaae2e43428da7559e0a12fb6bd325fab37.zip
hardware_libhardware-3557abaae2e43428da7559e0a12fb6bd325fab37.tar.gz
hardware_libhardware-3557abaae2e43428da7559e0a12fb6bd325fab37.tar.bz2
hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
Diffstat (limited to 'modules/vibrator')
-rw-r--r--modules/vibrator/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/vibrator/Android.mk b/modules/vibrator/Android.mk
index bbba114..b6b480c 100644
--- a/modules/vibrator/Android.mk
+++ b/modules/vibrator/Android.mk
@@ -20,7 +20,7 @@ LOCAL_MODULE := vibrator.default
# HAL module implementation stored in
# hw/<VIBRATOR_HARDWARE_MODULE_ID>.default.so
-LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
+LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_C_INCLUDES := hardware/libhardware
LOCAL_SRC_FILES := vibrator.c
LOCAL_SHARED_LIBRARIES := liblog