Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac78d93c authored by Michael Bestas's avatar Michael Bestas
Browse files

post_proc: Reverse eagle DTS build flag

* Use the flag that is used everywhere else

Change-Id: I039286c0ff7b4de88bd2b59946a2c6afc3c810da
parent 1b997d18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ endif

LOCAL_CFLAGS+= -O2 -fvisibility=hidden

ifneq ($(strip $(AUDIO_FEATURE_DISABLED_DTS_EAGLE)),true)
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DTS_EAGLE)), true)
    LOCAL_CFLAGS += -DDTS_EAGLE
endif