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

Commit 78229d88 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "audio policy: engine configurable: allow to use custom PFW and plugins" into nyc-dev

parents f013dc41 a2b6c4b5
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)