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

This commit is contained in:
qctecmdr 2019-09-12 03:56:56 -07:00 committed by Gerrit - the friendly Code Review server
commit 621b333bf8
1 changed files with 2 additions and 1 deletions

View File

@ -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
#--------------------------------------------