summaryrefslogtreecommitdiffstats
path: root/media/libeffects
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-02-13 16:39:11 -0800
committerColin Cross <ccross@android.com>2014-02-13 16:40:36 -0800
commit6c44568b8f065ae06556ba6a9b3c725d9b416857 (patch)
tree8ed9e71e0cb8e8f67d161569f7039f263f41fd40 /media/libeffects
parentaf191eb4feac513d17dc0362e0cea5bc9e0ffe9d (diff)
downloadframeworks_av-6c44568b8f065ae06556ba6a9b3c725d9b416857.zip
frameworks_av-6c44568b8f065ae06556ba6a9b3c725d9b416857.tar.gz
frameworks_av-6c44568b8f065ae06556ba6a9b3c725d9b416857.tar.bz2
libeffects: don't set module path
Setting the module path breaks multilib builds where there may be two different module paths for 32-bit and 64-bit, and there is no need to set it to the default. Change-Id: I95d62b5573a0bb0ab6c97649041dfc4309cbc8b9
Diffstat (limited to 'media/libeffects')
-rw-r--r--media/libeffects/factory/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/libeffects/factory/Android.mk b/media/libeffects/factory/Android.mk
index 60a6ce5..a932af7 100644
--- a/media/libeffects/factory/Android.mk
+++ b/media/libeffects/factory/Android.mk
@@ -9,7 +9,6 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libcutils liblog
-LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)
LOCAL_MODULE:= libeffects
LOCAL_SHARED_LIBRARIES += libdl