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

Unverified Commit 8586f43c authored by Bruno Martins's avatar Bruno Martins Committed by Michael Bestas
Browse files

audio_extn: Allow skipping compilation of audio HAL extensions

In case a device uses a prebuilt HAL it is rather likely
that the extensions must match it.

Change-Id: I0cb05030c9c7619513810362960a2e2a3306b3aa
parent 7e3422e8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
ifneq ($(strip $(TARGET_PROVIDES_AUDIO_EXTNS)),true)

#--------------------------------------------
#          Build SND_MONITOR LIB
#--------------------------------------------
@@ -964,3 +966,4 @@ ifneq ($(filter kona lahaina holi,$(TARGET_BOARD_PLATFORM)),)
LOCAL_SANITIZE := integer_overflow
endif
include $(BUILD_SHARED_LIBRARY)
endif