summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2015-05-14 22:25:53 -0400
committerRashed Abdel-Tawab <rashed@linux.com>2015-10-09 17:38:42 -0400
commit0981aefcd89531e7c16142bd6de609acae712993 (patch)
tree65342162cd8749f90f3b5970d39b7eeb55488e67
parentbfca49509a036b27e0b421b7c55661ab991f71dd (diff)
downloadhardware_qcom_audio-0981aefcd89531e7c16142bd6de609acae712993.tar.gz
hardware_qcom_audio-0981aefcd89531e7c16142bd6de609acae712993.tar.bz2
hardware_qcom_audio-0981aefcd89531e7c16142bd6de609acae712993.zip
hal: Cleanup msm8992 build flags
What the hell happened here?... Change-Id: Iec80175b0a70067a54a451a36f2480338118fbaf
-rw-r--r--hal/Android.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/hal/Android.mk b/hal/Android.mk
index 2962524e..80d73a4b 100644
--- a/hal/Android.mk
+++ b/hal/Android.mk
@@ -21,13 +21,7 @@ endif
ifneq ($(filter apq8084,$(TARGET_BOARD_PLATFORM)),)
LOCAL_CFLAGS := -DPLATFORM_APQ8084
endif
-ifneq ($(filter msm8994,$(TARGET_BOARD_PLATFORM)),)
- LOCAL_CFLAGS := -DPLATFORM_MSM8994
-endif
-ifneq ($(filter msm8992,$(TARGET_BOARD_PLATFORM)),)
- LOCAL_CFLAGS := -DPLATFORM_MSM8994
-endif
-ifneq ($(filter msm8992,$(TARGET_BOARD_PLATFORM)),)
+ifneq ($(filter msm8992 msm8994,$(TARGET_BOARD_PLATFORM)),)
LOCAL_CFLAGS := -DPLATFORM_MSM8994
endif
endif