commit | b07bdea0fac354f064df91a0f86c07a2ba7c0b82 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Dec 31 04:51:54 2018 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Dec 31 04:51:54 2018 -0800 |
tree | 2b1b7710e5a5bff33f4e53feeed9b35e4ff86343 | |
parent | 2bdf1fa5186a059bbdf745cee44e761307a4317e [diff] | |
parent | 9f86d7ad621d87c45a68174de990adb70993b653 [diff] |
Merge "hal: post_proc: make definition of instance id independent"
diff --git a/post_proc/Android.mk b/post_proc/Android.mk index d9b367f..637a1f3 100644 --- a/post_proc/Android.mk +++ b/post_proc/Android.mk
@@ -49,6 +49,10 @@ 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)