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

Commit 4a3b252f authored by Naresh Tanniru's avatar Naresh Tanniru Committed by Gerrit - the friendly Code Review server
Browse files

audio: remove build varient check in audio daemon

- Frameworks not receiving SSR notifications on
  release build varients

- audio daemon not compiling for release & engg
  build varients

- Remove build varient check on audiod makefile

Change-Id: I242d5c02e58e4ca5a51b81a997a65deca69d1d81
parent c4565e65
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,6 +19,5 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr

LOCAL_MODULE:= audiod
LOCAL_MODULE_TAGS:= debug

include $(BUILD_EXECUTABLE)