Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2b6c4b5 authored by François Gaffie's avatar François Gaffie Committed by Eric Laurent
Browse files

audio policy: engine configurable: allow to use custom PFW and plugins



Android build system prevents from having the same module
target refered in more than one makefile. Some platform may need to use
a custom parameter manager version than the aosp version of the PFW.
It also concerns with associated plugins.

This patch inhibits the AOSP Policy PFW plugin if USE_CUSTOM_PARAMETER_MANAGER is
set to true.

Bug; 22887211

Change-Id: I71147b3e7c8a9296af3182f8a1401bc37191a276
Signed-off-by: default avatarFrançois Gaffie <francois.gaffie@intel.com>
parent fc958a08
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
LOCAL_PATH := $(call my-dir)

ifneq ($(USE_CUSTOM_PARAMETER_FRAMEWORK), true)

include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := optional
@@ -33,3 +35,4 @@ LOCAL_MODULE := libpolicy-subsystem

include $(BUILD_SHARED_LIBRARY)

endif # ifneq ($(USE_CUSTOM_PARAMETER_FRAMEWORK), true)