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

Commit 0549a74a authored by Steve Paik's avatar Steve Paik Committed by Rakesh Iyer
Browse files

Workaround for adp8064

This is a squash of I8cf6e23c0a2944c999add6c96fc8f2162fc06f52
and I81bf680a1847ba967e44f6d590f08bd278fc7a88.

Change-Id: Id846e6fe314c440e7d082452883e8ca504ee13d6
parent a3ea49c1
Loading
Loading
Loading
Loading
+13 −11
Original line number Diff line number Diff line
# TODO:  Find a better way to separate build configs for ADP vs non-ADP devices
ifneq ($(TARGET_BOARD_AUTO),true)
  ifneq ($(filter msm8960 msm8226 msm8x26 msm8974 msm8x74 msm8x84 msm8084 msm8992 msm8994,$(TARGET_BOARD_PLATFORM)),)

    MY_LOCAL_PATH := $(call my-dir)
@@ -10,5 +12,5 @@ include $(MY_LOCAL_PATH)/voice_processing/Android.mk
      include $(MY_LOCAL_PATH)/visualizer/Android.mk
      include $(MY_LOCAL_PATH)/post_proc/Android.mk
    endif

  endif
endif