From 6c44568b8f065ae06556ba6a9b3c725d9b416857 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 13 Feb 2014 16:39:11 -0800 Subject: 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 --- media/libeffects/factory/Android.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'media/libeffects') 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 -- cgit v1.1