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

This commit is contained in:
Linux Build Service Account 2018-12-31 04:51:54 -08:00 committed by Gerrit - the friendly Code Review server
commit b07bdea0fa
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_GCOV)),true)
LOCAL_STATIC_LIBRARIES += libprofile_rt LOCAL_STATIC_LIBRARIES += libprofile_rt
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)