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

Commit 621b333b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: add audio feature flag for ssrec compilation"

parents 661ce86b 799148ac
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ include $(BUILD_SHARED_LIBRARY)
#-------------------------------------------
#            Build SSREC LIB
#-------------------------------------------
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SSR)),true)
include $(CLEAR_VARS)

LOCAL_MODULE := libssrec
@@ -170,7 +171,7 @@ endif
LOCAL_HEADER_LIBRARIES += libhardware_headers
LOCAL_HEADER_LIBRARIES += libsystem_headers
include $(BUILD_SHARED_LIBRARY)

endif
#--------------------------------------------
#          Build HDMI_EDID LIB
#--------------------------------------------