From 661569a89a755d4af3369451e8c3592e76efc9a4 Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek Date: Wed, 1 Oct 2014 09:51:11 +0200 Subject: [PATCH] Use standard library path for pfw plugin location The filesystem plugin used to be installed in /system/lib/parameter-framework-plugins/Fs. Since the Parameter-framework is now able to load plugins from standard library locations such as /system/lib(64)/, there is no need for this specific location anymore. This patch moves the install directory of libfs-subsystem.so to the standard library path. Issue: GMINL-1748 Change-Id: Ib714bc26af4698dcd41aaf56272bf5c1cf2bdf14 Signed-off-by: Mattijs Korpershoek --- Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.mk b/Android.mk index a19db57..8a4dac7 100644 --- a/Android.mk +++ b/Android.mk @@ -46,7 +46,6 @@ LOCAL_STATIC_LIBRARIES := \ libparameter_includes \ libxmlserializer_includes -LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/parameter-framework-plugins/Fs LOCAL_MODULE_TAGS := optional LOCAL_MODULE := libfs-subsystem