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

Commit d5eb866c authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Remove LOCAL_COPY_HEADERS from libparameter"

am: 76321a33

Change-Id: Ie99187aa91ddb1a9fa199dcf681edd4565cc0d1b
parents fa43b546 76321a33
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ LOCAL_STATIC_LIBRARIES := \
    libxml2

LOCAL_SHARED_LIBRARIES := \
    liblog \
    libcutils \
    libutils \
    libaudioutils \
+3 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ include $(CLEAR_VARS)

LOCAL_C_INCLUDES := \
    $(LOCAL_PATH)/include \
    $(TARGET_OUT_HEADERS)/parameter \
    $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/include \
    $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/interface \
    $(TOPDIR)frameworks/av/services/audiopolicy/utilities/convert \
@@ -18,6 +17,9 @@ LOCAL_SRC_FILES:= ParameterManagerWrapper.cpp
LOCAL_STATIC_LIBRARIES := \
    libmedia_helper \

LOCAL_SHARED_LIBRARIES := \
    libparameter \

LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)

LOCAL_MODULE:= libaudiopolicypfwwrapper