diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2018-12-25 21:15:01 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-12-25 21:15:01 -0800 |
commit | 0337652dde50b09cf6a96e6a04ebde4372f014a3 (patch) | |
tree | 7904b4ffdb8dddce48bff252f13915a1bc434cff /post_proc | |
parent | c510b19fd412e782ab02af78be03eb6a954b3e8a (diff) | |
parent | f1290152680097de33eab177cf3ca03564af0a06 (diff) |
Merge "QMAA: Add support for HAL module disable"
Diffstat (limited to 'post_proc')
-rw-r--r-- | post_proc/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/post_proc/Android.mk b/post_proc/Android.mk index 52c820f2..d9b367fc 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) @@ -199,3 +199,4 @@ endif include $(BUILD_SHARED_LIBRARY) endif +endif |