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

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

audiopolicy: engineconfigurable: align with PFW unix socket convention



This CL aligns the engineconfigurable PFW top file to the convention
adopted within parameter-framework.

Bug: 130284799
Test: make

Change-Id: I146430a1a6618d73273dbfd85b060d9fd04a6f9a
Signed-off-by: default avatarFrançois Gaffie <francois.gaffie@renault.com>
parent 962ba215
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -46,11 +46,11 @@ LOCAL_REQUIRED_MODULES := \

# external/parameter-framework prevents from using debug interface
AUDIO_PATTERN = @TUNING_ALLOWED@
#ifeq ($(TARGET_BUILD_VARIANT),user)
ifeq ($(TARGET_BUILD_VARIANT),user)
AUDIO_VALUE = false
#else
#AUDIO_VALUE = true
#endif
else
AUDIO_VALUE = true
endif

LOCAL_POST_INSTALL_CMD := $(hide) sed -i -e 's|$(AUDIO_PATTERN)|$(AUDIO_VALUE)|g' $(TARGET_OUT_VENDOR_ETC)/$(LOCAL_MODULE_RELATIVE_PATH)/$(LOCAL_MODULE)

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<ParameterFrameworkConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    SystemClassName="Policy" ServerPort="/dev/socket/audioserver/policy_debug"
    SystemClassName="Policy" ServerPort="unix:///dev/socket/audioserver/policy_debug"
    TuningAllowed="@TUNING_ALLOWED@">

    <SubsystemPlugins>