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

Unverified Commit 7e3422e8 authored by Bruno Martins's avatar Bruno Martins Committed by Michael Bestas
Browse files

audio: Skip libhdmipassthru on OSS builds

Change-Id: I23e25aa8e6ae63fcb40a0a1bd3bc68565527d176
parent c40d1351
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -568,6 +568,8 @@ include $(BUILD_SHARED_LIBRARY)
#-------------------------------------------
#            Build HDMI PASSTHROUGH
#-------------------------------------------
ifneq ($(QCPATH),)

include $(CLEAR_VARS)

LOCAL_MODULE := libhdmipassthru
@@ -637,6 +639,8 @@ LOCAL_SANITIZE := integer_overflow
endif
include $(BUILD_SHARED_LIBRARY)

endif

#-------------------------------------------
#            Build BATTERY_LISTENER
#-------------------------------------------