diff options
Diffstat (limited to 'modules/consumerir')
-rw-r--r-- | modules/consumerir/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/consumerir/Android.mk b/modules/consumerir/Android.mk index ed6aa0f..b881572 100644 --- a/modules/consumerir/Android.mk +++ b/modules/consumerir/Android.mk @@ -17,7 +17,7 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := consumerir.default -LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw +LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_SRC_FILES := consumerir.c LOCAL_SHARED_LIBRARIES := liblog libcutils LOCAL_MODULE_TAGS := optional |