Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 661569a

Browse files
author
Mattijs Korpershoek
committed
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 <[email protected]>
1 parent 23dd6ab commit 661569a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Android.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ LOCAL_STATIC_LIBRARIES := \
4646
libparameter_includes \
4747
libxmlserializer_includes
4848

49-
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/parameter-framework-plugins/Fs
5049
LOCAL_MODULE_TAGS := optional
5150
LOCAL_MODULE := libfs-subsystem
5251

0 commit comments

Comments
 (0)