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

Commit cb2f6923 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

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

Change-Id: I9058e97b062028327d0871dc4676dbd47d3061bc
parents f219ba05 36a7eb44
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