diff options
author | Naresh Tanniru <ntanniru@codeaurora.org> | 2014-09-02 15:25:51 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2014-09-03 04:11:40 -0700 |
commit | f02c208de1a34591b9dd912a3e366c0f2a66f94e (patch) | |
tree | b1cd044a52c52821c8a37e08d0122c833b00c266 /audiod | |
parent | 971c5804961ba0beb7a44b717c9f1cc037394a88 (diff) |
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
Diffstat (limited to 'audiod')
-rw-r--r-- | audiod/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audiod/Android.mk b/audiod/Android.mk index 8f25125e..c382c9d2 100644 --- a/audiod/Android.mk +++ b/audiod/Android.mk @@ -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) |