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

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

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

Change-Id: I2f475761c10e1a17a1d0e4f8f00de7823ccb1ac2
parents 62e3222e cb2f6923
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