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

Commit 31341f24 authored by Jaideep Sharma's avatar Jaideep Sharma
Browse files

hal: remove unused shared library inclusions

Change-Id: I68022104af6cc4d2580baa820ecd4b1944873412
parent b2ade922
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -144,9 +144,7 @@ LOCAL_SHARED_LIBRARIES := \
    libdl \
    libaudioutils \
    libexpat \
    libhwbinder \
    libhidlbase \
    libhidltransport \
    libprocessgroup \
    libutils

@@ -356,7 +354,7 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_GCOV)),true)
    LOCAL_STATIC_LIBRARIES += libprofile_rt
endif

LOCAL_SHARED_LIBRARIES += libbase libhidlbase libhwbinder libutils android.hardware.power@1.2 liblog
LOCAL_SHARED_LIBRARIES += libbase libhidlbase libutils android.hardware.power@1.2 liblog
LOCAL_SRC_FILES += audio_perf.cpp

ifeq ($(strip $(AUDIO_FEATURE_ENABLED_FM_TUNER_EXT)),true)
+0 −1
Original line number Diff line number Diff line
@@ -653,7 +653,6 @@ LOCAL_SHARED_LIBRARIES := \
    libdl \
    libexpat \
    libhidlbase \
    libhidltransport \
    liblog \
    libtinyalsa \
    libtinycompress \