Merge "hal: post_proc: make definition of instance id independent"
This commit is contained in:
commit
b07bdea0fa
|
@ -49,6 +49,10 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_GCOV)),true)
|
|||
LOCAL_STATIC_LIBRARIES += libprofile_rt
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_INSTANCE_ID)), true)
|
||||
LOCAL_CFLAGS += -DINSTANCE_ID_ENABLED
|
||||
endif
|
||||
|
||||
LOCAL_CFLAGS+= -O2 -fvisibility=hidden
|
||||
|
||||
ifneq ($(strip $(AUDIO_FEATURE_DISABLED_DTS_EAGLE)),true)
|
||||
|
|
Loading…
Reference in New Issue