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

Commit 62ba8ce7 authored by vichang's avatar vichang Committed by Gerrit Code Review
Browse files

Merge "Remove unused ICU4C dependency in audio policy"

parents 04cc6db7 d0df1506
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -42,11 +42,10 @@ ifeq ($(USE_XML_AUDIO_POLICY_CONF), 1)

LOCAL_SRC_FILES += src/Serializer.cpp

LOCAL_SHARED_LIBRARIES += libicuuc libxml2
LOCAL_SHARED_LIBRARIES += libxml2

LOCAL_C_INCLUDES += \
    external/libxml2/include \
    external/icu/icu4c/source/common

else