summaryrefslogtreecommitdiff
path: root/visualizer
diff options
context:
space:
mode:
authorNaresh Tanniru <ntanniru@codeaurora.org>2018-11-27 12:16:45 +0530
committerNaresh Tanniru <ntanniru@codeaurora.org>2018-12-18 23:02:27 +0530
commitf1290152680097de33eab177cf3ca03564af0a06 (patch)
treec5b364ceaf055e954abc7fecb0fbc5dae62e8591 /visualizer
parente0614a081244231029e5b689d6de3a9b78cf75b4 (diff)
QMAA: Add support for HAL module disable
- Disable audio HAL modules compilation based on QMAA flag Change-Id: I3ec8c82bfcf699a3bbf5e7133480a4bda1240a5a
Diffstat (limited to 'visualizer')
-rw-r--r--visualizer/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/visualizer/Android.mk b/visualizer/Android.mk
index 4a53c510..5c663bd4 100644
--- a/visualizer/Android.mk
+++ b/visualizer/Android.mk
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+ifneq ($(AUDIO_USE_STUB_HAL), true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -61,3 +62,4 @@ LOCAL_CFLAGS += -Wno-unused-function
LOCAL_CFLAGS += -Wno-unused-local-typedef
include $(BUILD_SHARED_LIBRARY)
+endif