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

Commit 76321a33 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove LOCAL_COPY_HEADERS from libparameter"

parents ad4663c5 4ffbc764
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