diff options
| author | Chirayu Desai <chirayudesai1@gmail.com> | 2016-08-25 15:06:03 +0530 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2019-12-11 20:02:06 +0200 |
| commit | 5246e961eb70bb7782a1ca35b17627dab740829a (patch) | |
| tree | 6dca92133069b2629d3192dcb08d469d9975cfbc | |
| parent | 6de1929161c4898b95a8b298bd3c9403fbbf00e2 (diff) | |
| download | android_hardware_qcom_bt-lineage-17.1.tar.gz android_hardware_qcom_bt-lineage-17.1.tar.bz2 android_hardware_qcom_bt-lineage-17.1.zip | |
Revert "msm8974: remove from top level makefile"staging/lineage-17.0_merge-android-10.0.0_r9lineage-17.1
This reverts commit c7dc913784965e4ce705c2045f0a8b43fcd1db1c.
Change-Id: I1162dbf651c02c0ea53a1c1c52412ab810573a21
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ LOCAL_PATH := $(call my-dir) # TODO: Find a better way to separate build configs for ADP vs non-ADP devices ifneq ($(BOARD_IS_AUTOMOTIVE),true) - ifneq ($(filter msm8x27 msm8226,$(TARGET_BOARD_PLATFORM)),) + ifneq ($(filter msm8x27 msm8974 msm8226,$(TARGET_BOARD_PLATFORM)),) include $(call all-named-subdir-makefiles,msm8960) else ifneq ($(filter msm8994,$(TARGET_BOARD_PLATFORM)),) include $(call all-named-subdir-makefiles,msm8992) |
