commit | b0f3df68b1e35a7a27841b108cc86b00148f4d6b | [log] [tgz] |
---|---|---|
author | Dhananjay Kumar <dhakumar@codeaurora.org> | Wed Jul 11 22:49:01 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Dec 23 23:22:56 2018 -0800 |
tree | 34ac630f34466a2197f2a308194948507e311b55 | |
parent | 17bad40b723035bd001e3795374bbede65eede80 [diff] [blame] |
hal: add feature flag to enable instance id support Add feature flag to enable instance id support for non-android builds. Change-Id: I4ab3ab854f557ba63dae60eada8ef951e9d2dced
diff --git a/hal/Makefile.am b/hal/Makefile.am index 46882f1..995622d 100644 --- a/hal/Makefile.am +++ b/hal/Makefile.am
@@ -204,6 +204,10 @@ AM_CFLAGS += -DCUSTOM_STEREO_ENABLED endif +if INSTANCE_ID +AM_CFLAGS += -DINSTANCE_ID_ENABLED +endif + h_sources = audio_extn/audio_defs.h \ audio_extn/audio_extn.h \ audio_hw.h \