commit | f1290152680097de33eab177cf3ca03564af0a06 | [log] [tgz] |
---|---|---|
author | Naresh Tanniru <ntanniru@codeaurora.org> | Tue Nov 27 12:16:45 2018 +0530 |
committer | Naresh Tanniru <ntanniru@codeaurora.org> | Tue Dec 18 23:02:27 2018 +0530 |
tree | c5b364ceaf055e954abc7fecb0fbc5dae62e8591 | |
parent | e0614a081244231029e5b689d6de3a9b78cf75b4 [diff] [blame] |
QMAA: Add support for HAL module disable - Disable audio HAL modules compilation based on QMAA flag Change-Id: I3ec8c82bfcf699a3bbf5e7133480a4bda1240a5a
diff --git a/post_proc/Android.mk b/post_proc/Android.mk index 43132eb..1d0c0ea 100644 --- a/post_proc/Android.mk +++ b/post_proc/Android.mk
@@ -1,4 +1,4 @@ - +ifneq ($(AUDIO_USE_STUB_HAL), true) LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -203,3 +203,4 @@ include $(BUILD_SHARED_LIBRARY) endif +endif