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

Commit 4eece7a2 authored by Yamit Mehta's avatar Yamit Mehta Committed by android-build-merger
Browse files

audio : Disable compilation of post_proc for 8909w am: 36a7eb44 am: cb2f6923

am: d29698fb

* commit 'd29698fb':
  audio : Disable compilation of  post_proc for 8909w

Change-Id: I84a2e2069e7405a8a35dc90eaaa5bf1607bc1993
parents b0dfbe6e d29698fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ endif
include $(MY_LOCAL_PATH)/policy_hal/Android.mk
include $(MY_LOCAL_PATH)/visualizer/Android.mk
include $(MY_LOCAL_PATH)/audiod/Android.mk
ifneq ($(TARGET_SUPPORTS_WEARABLES),true)
ifneq ($(TARGET_SUPPORTS_ANDROID_WEAR),true)
include $(MY_LOCAL_PATH)/post_proc/Android.mk
endif
endif