Merge "hal: post_proc: make definition of instance id independent"

This commit is contained in:
Linux Build Service Account 2018-10-16 07:23:21 -07:00 committed by Gerrit - the friendly Code Review server
commit 9c8de88f06
1 changed files with 4 additions and 4 deletions

View File

@ -39,6 +39,10 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_AUDIOSPHERE)),true)
LOCAL_SRC_FILES += asphere.c LOCAL_SRC_FILES += asphere.c
endif endif
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_INSTANCE_ID)), true)
LOCAL_CFLAGS += -DINSTANCE_ID_ENABLED
endif
LOCAL_CFLAGS+= -O2 -fvisibility=hidden LOCAL_CFLAGS+= -O2 -fvisibility=hidden
ifneq ($(strip $(AUDIO_FEATURE_DISABLED_DTS_EAGLE)),true) ifneq ($(strip $(AUDIO_FEATURE_DISABLED_DTS_EAGLE)),true)
@ -110,10 +114,6 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DTS_EAGLE)), true)
LOCAL_CFLAGS += -DHW_ACC_HPX LOCAL_CFLAGS += -DHW_ACC_HPX
endif endif
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_INSTANCE_ID)), true)
LOCAL_CFLAGS += -DINSTANCE_ID_ENABLED
endif
LOCAL_MODULE:= libhwacceffectswrapper LOCAL_MODULE:= libhwacceffectswrapper
LOCAL_VENDOR_MODULE := true LOCAL_VENDOR_MODULE := true